Initializes a new instance of the NullableNullValueException class with default properties.
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);
NullableNullValueException Class | NullableTypes Namespace