18 references to ConvertFailed
System.Data (18)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (2)
71
else { throw ExceptionBuilder.
ConvertFailed
(value.GetType(), typeof(System.Numerics.BigInteger)); }
88
else { throw ExceptionBuilder.
ConvertFailed
(typeof(System.Numerics.BigInteger), type); }
fx\src\data\System\Data\Common\SQLConvert.cs (16)
32
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlByte));
53
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlInt16));
81
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlInt32));
114
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlInt64));
162
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlDouble));
204
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlDecimal));
248
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlSingle));
288
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlMoney));
307
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlDateTime));
325
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlBoolean));
343
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlGuid));
361
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlBinary));
379
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlString));
394
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlChars));
409
throw ExceptionBuilder.
ConvertFailed
(valueType, typeof(SqlBytes));
491
throw ExceptionBuilder.
ConvertFailed
(valueType, type);