4 types derived from SqlTypeException
System.Data.Common (4)
System\Data\SQLTypes\SQLUtility.cs (4)
66public sealed class SqlNullValueException : SqlTypeException 104public sealed class SqlTruncateException : SqlTypeException 142public sealed class SqlNotFilledException : SqlTypeException 167public sealed class SqlAlreadyFilledException : SqlTypeException
27 instantiations of SqlTypeException
System.Data.Common (27)
System\Data\SQLTypes\SQLBytes.cs (11)
172throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 267throw new SqlTypeException(SR.SqlMisc_NoBufferMessage); 345throw new SqlTypeException(SR.SqlMisc_NoBufferMessage); 350throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 353throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 374throw new SqlTypeException(SR.SqlMisc_NoBufferMessage); 378throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 387throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 403throw new SqlTypeException(SR.SqlMisc_WriteNonZeroOffsetOnNullMessage); 417throw new SqlTypeException(SR.SqlMisc_WriteOffsetLargerThanLenMessage); 482throw new SqlTypeException(SR.SqlMisc_WriteOffsetLargerThanLenMessage);
System\Data\SQLTypes\SQLChars.cs (8)
172throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 272throw new SqlTypeException(SR.SqlMisc_NoBufferMessage); 344throw new SqlTypeException(SR.SqlMisc_NoBufferMessage); 349throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 358throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage); 366throw new SqlTypeException(SR.SqlMisc_WriteNonZeroOffsetOnNullMessage); 380throw new SqlTypeException(SR.SqlMisc_WriteOffsetLargerThanLenMessage); 454throw new SqlTypeException(SR.SqlMisc_BufferInsufficientMessage);
System\Data\SQLTypes\SQLDateTime.cs (3)
136throw new SqlTypeException(SQLResource.InvalidDateTimeMessage); 226throw new SqlTypeException(SQLResource.DateTimeOverflowMessage); 650throw new SqlTypeException(SQLResource.TimeZoneSpecifiedMessage);
System\Data\SQLTypes\SQLDecimal.cs (2)
2853throw new SqlTypeException(SQLResource.InvalidPrecScaleMessage); 2859throw new SqlTypeException(SQLResource.InvalidPrecScaleMessage);
System\Data\SQLTypes\SQLString.cs (2)
356throw new SqlTypeException(SQLResource.ConcatDiffCollationMessage); 372throw new SqlTypeException(SQLResource.CompareDiffCollationMessage);
System\Data\SQLTypes\SQLUtility.cs (1)
57SqlTypeException fakeValue = new SqlTypeException(message);
3 references to SqlTypeException
netstandard (1)
netstandard.cs (1)
592[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTypeException))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
249[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTypeException))]
System.Data.Common (1)
System\Data\SQLTypes\SQLUtility.cs (1)
57SqlTypeException fakeValue = new SqlTypeException(message);