8 references to CannotConvert
System.Data (8)
fx\src\data\System\Data\XDRSchema.cs (1)
448
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);
fx\src\data\System\Data\XMLSchema.cs (7)
66
throw ExceptionBuilder.
CannotConvert
(value,type.FullName);
274
throw ExceptionBuilder.
CannotConvert
(value,type.FullName);
1803
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
1894
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2021
throw ExceptionBuilder.
CannotConvert
(defValue, type.FullName);
2036
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);
2209
throw ExceptionBuilder.
CannotConvert
(strDefault, type.FullName);