8 references to CannotConvert
System.Data.Common (8)
System\Data\XDRSchema.cs (1)
490throw ExceptionBuilder.CannotConvert(strDefault, type.FullName!);
System\Data\XMLSchema.cs (7)
64throw ExceptionBuilder.CannotConvert(value, type.FullName); 311throw ExceptionBuilder.CannotConvert(value, type.FullName); 2088throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2190throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2337throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2354throw ExceptionBuilder.CannotConvert(strDefault, type.FullName); 2556throw ExceptionBuilder.CannotConvert(strDefault, type.FullName);