System.Data.Common.ADP.DbTypeNotSupported C# (CSharp) Method

DbTypeNotSupported() static private method

static private DbTypeNotSupported ( System type, Type enumtype ) : ArgumentException
type System
enumtype System.Type
return System.ArgumentException
        static internal ArgumentException DbTypeNotSupported(System.Data.DbType type, Type enumtype)
        {
            return Argument(Res.GetString(Res.ADP_DbTypeNotSupported, type.ToString(), enumtype.Name));
        }
        static internal ArgumentException InvalidOffsetValue(int value)

Same methods

ADP::DbTypeNotSupported ( string dbType ) : PlatformNotSupportedException
ADP