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);
311
throw ExceptionBuilder.
CannotConvert
(value, type.FullName);
2088
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2190
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2337
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2354
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);
2556
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);