4 types derived from SqlTypeException
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (4)
83public sealed class SqlNullValueException : SqlTypeException { 113public sealed class SqlTruncateException : SqlTypeException { 143public sealed class SqlNotFilledException : SqlTypeException { 166public sealed class SqlAlreadyFilledException : SqlTypeException {
8 instantiations of SqlTypeException
System.Data (8)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (3)
162throw new SqlTypeException(SQLResource.InvalidDateTimeMessage); 243throw new SqlTypeException(SQLResource.DateTimeOverflowMessage); 640throw new SqlTypeException(SQLResource.TimeZoneSpecifiedMessage);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
2757throw new SqlTypeException(SQLResource.InvalidPrecScaleMessage); 2762throw new SqlTypeException(SQLResource.InvalidPrecScaleMessage);
fx\src\data\System\Data\SQLTypes\SQLString.cs (2)
407throw new SqlTypeException(SQLResource.ConcatDiffCollationMessage); 423throw new SqlTypeException(SQLResource.CompareDiffCollationMessage);
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
75SqlTypeException fakeValue = new SqlTypeException(message);
1 reference to SqlTypeException
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
75SqlTypeException fakeValue = new SqlTypeException(message);