Edit

Share via


SqlNullValueException Class

Definition

The exception that is thrown when the Value property of a System.Data.SqlTypes structure is set to null.

public ref class SqlNullValueException sealed : System::Data::SqlTypes::SqlTypeException
public sealed class SqlNullValueException : System.Data.SqlTypes.SqlTypeException
[System.Serializable]
public sealed class SqlNullValueException : System.Data.SqlTypes.SqlTypeException
type SqlNullValueException = class
    inherit SqlTypeException
[<System.Serializable>]
type SqlNullValueException = class
    inherit SqlTypeException
    interface ISerializable
[<System.Serializable>]
type SqlNullValueException = class
    inherit SqlTypeException
Public NotInheritable Class SqlNullValueException
Inherits SqlTypeException
Inheritance
Inheritance
SqlNullValueException
Attributes
Implements

Remarks

In order to avoid throwing this exception, you should always examine the IsNull property of the structure before accessing the Value property.

Constructors

Name Description
SqlNullValueException()

Initializes a new instance of the SqlNullValueException class with a system-supplied message that describes the error.

SqlNullValueException(String, Exception)

Initializes a new instance of the SqlNullValueException class with a specified error message and a reference to the inner exception that is the cause of this exception.

SqlNullValueException(String)

Initializes a new instance of the SqlNullValueException class with a specified message that describes the error.

Properties

Name Description
Data

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Inherited from Exception)
HelpLink

Gets or sets a link to the help file associated with this exception.

(Inherited from Exception)
HResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

(Inherited from