System.Data.Common.ADP.VersionDoesNotSupportDataType C# (CSharp) Méthode

VersionDoesNotSupportDataType() static private méthode

static private VersionDoesNotSupportDataType ( string typeName ) : ArgumentException
typeName string
Résultat ArgumentException
        static internal ArgumentException VersionDoesNotSupportDataType(string typeName)
        {
            return Argument(Res.GetString(Res.ADP_VersionDoesNotSupportDataType, typeName));
        }
        static internal Exception ParameterConversionFailed(object value, Type destType, Exception inner)
ADP