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); 308throw ExceptionBuilder.CannotConvert(value, type.FullName); 2084throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2186throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2333throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2350throw ExceptionBuilder.CannotConvert(strDefault, type.FullName); 2552throw ExceptionBuilder.CannotConvert(strDefault, type.FullName);