CodedArgumentNullException Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| CodedArgumentNullException |
Initializes a new instance of the CodedArgumentNullException class.
| |
| CodedArgumentNullException(Int32) |
Initializes a new instance of the CodedArgumentNullException class with a specified HRESULT value and a system-supplied message that describes the error.
| |
| CodedArgumentNullException(String) |
Initializes a new instance of the CodedArgumentNullException class with the name of the parameter that causes this exception.
| |
| CodedArgumentNullException(Int32, String) |
Initializes a new instance of the CodedArgumentNullException class with a specified HRESULT value and the name of the parameter that causes this exception.
| |
| CodedArgumentNullException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedArgumentNullException class with serialized data.
| |
| CodedArgumentNullException(String, Exception) |
Initializes a new instance of the CodedArgumentNullException class with a specified error message and a reference to the inner exception that is the cause of this exception.
| |
| CodedArgumentNullException(String, String) |
Initializes a new instance of the CodedArgumentNullException class with a specified error message and the name of the parameter that causes this exception.
| |
| CodedArgumentNullException(Int32, String, Exception) |
Initializes a new instance of the CodedArgumentNullException class with a specified HRESULT value, an error message and a reference to the inner exception that is the cause of this exception.
| |
| CodedArgumentNullException(Int32, String, String) |
Initializes a new instance of the CodedArgumentNullException class with a specified HRESULT value, an error message and the name of the parameter that causes this exception.
|