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