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