NullableTypes Class Library

NullableTypeException Constructor

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

Overload List

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

public NullableTypeException();

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

protected NullableTypeException(SerializationInfo,StreamingContext);

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

public NullableTypeException(string);

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

public NullableTypeException(string,Exception);

See Also

NullableTypeException Class | NullableTypes Namespace