4 types derived from SqlTypeException
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (4)
83
public sealed class SqlNullValueException :
SqlTypeException
{
113
public sealed class SqlTruncateException :
SqlTypeException
{
143
public sealed class SqlNotFilledException :
SqlTypeException
{
166
public sealed class SqlAlreadyFilledException :
SqlTypeException
{
8 instantiations of 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);
1 reference to SqlTypeException
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
75
SqlTypeException
fakeValue = new SqlTypeException(message);