April 2003
Beginner to intermediate
620 pages
21h 48m
English
SqlNullValueException
This exception is thrown when you set the Value
property of a SQL structure to null. To prevent
throwing this exception, you should check the
IsNull property of the structure before accessing
the Value property.
public sealed class SqlNullValueException : SqlTypeException { // Public Constructors public SqlNullValueException( ); public SqlNullValueException(stringmessage); public SqlNullValueException(stringmessage, Exceptione); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
SqlTypeException
→
SqlNullValueException
Read now
Unlock full access