April 2003
Beginner to intermediate
620 pages
21h 48m
English
SqlTypeException
This is the base class for exceptions with the SQL Server .NET data
structures. Both SqlTruncateException and
SqlNullValueException derive from this class.
public class SqlTypeException : SystemException { // Public Constructors public SqlTypeException( ); public SqlTypeException(stringmessage); public SqlTypeException(stringmessage, Exceptione); // Protected Constructors protected SqlTypeException(System.Runtime.Serialization.SerializationInfosi, System.Runtime.Serialization.StreamingContextsc); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
SqlTypeException
SqlNullValueException, SqlTruncateException
Read now
Unlock full access