NullableTypes Class Library

NullableNullValueException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public NullableNullValueException(
   string message
);

Parameters

message
The error message that explains the reason for the exception.

See Also

NullableNullValueException Class | NullableTypes Namespace | NullableNullValueException Constructor Overload List