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