8 references to SqlTypeException
System.Data (8)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (3)
162
throw new
SqlTypeException
(SQLResource.InvalidDateTimeMessage);
243
throw new
SqlTypeException
(SQLResource.DateTimeOverflowMessage);
640
throw new
SqlTypeException
(SQLResource.TimeZoneSpecifiedMessage);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
2757
throw new
SqlTypeException
(SQLResource.InvalidPrecScaleMessage);
2762
throw new
SqlTypeException
(SQLResource.InvalidPrecScaleMessage);
fx\src\data\System\Data\SQLTypes\SQLString.cs (2)
407
throw new
SqlTypeException
(SQLResource.ConcatDiffCollationMessage);
423
throw new
SqlTypeException
(SQLResource.CompareDiffCollationMessage);
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
75
SqlTypeException fakeValue = new
SqlTypeException
(message);