8 references to CannotConvert
System.Data.Common (8)
System\Data\XDRSchema.cs (1)
490
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName!);
System\Data\XMLSchema.cs (7)
64
throw ExceptionBuilder.
CannotConvert
(value, type.FullName);
308
throw ExceptionBuilder.
CannotConvert
(value, type.FullName);
2084
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2186
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2333
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2350
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);
2552
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);