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