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