NullableTypes Class Library

NullableNullValueException Constructor

Initializes a new instance of the NullableNullValueException class with default properties.

Overload List

Initializes a new instance of the NullableNullValueException class with default properties.

public NullableNullValueException();

Initializes a new instance of the NullableNullValueException class using the specified serialization information and streaming context.

protected NullableNullValueException(SerializationInfo,StreamingContext);

Initializes a new instance of the NullableNullValueException class with a specified error message.

public NullableNullValueException(string);

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

public NullableNullValueException(string,Exception);

See Also

NullableNullValueException Class | NullableTypes Namespace