NullableTypes Class Library | |
NullableTypeException Constructor (String)
Initializes a new instance of the NullableTypeException
class with a specified error message.
[Visual Basic]Overloads Public Sub New( _
ByVal
message As
String _
)
[C#]public NullableTypeException(
string message);
Parameters
- message
- The error message that explains the reason for the
exception.
See Also
NullableTypeException Class | NullableTypes Namespace | NullableTypeException Constructor Overload List