AggregateException Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the AggregateException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AggregateException() | Initializes a new instance of the AggregateException class with a system-supplied message that describes the error. |
|
AggregateException(IEnumerable<Exception>) | Initializes a new instance of the AggregateException class with references to the inner exceptions that are the cause of this exception. |
|
AggregateException(Exception[]) | Initializes a new instance of the AggregateException class with references to the inner exceptions that are the cause of this exception. |
|
AggregateException(String) | Initializes a new instance of the AggregateException class with a specified message that describes the error. |
|
AggregateException(String, IEnumerable<Exception>) | Initializes a new instance of the AggregateException class with a specified error message and references to the inner exceptions that are the cause of this exception. |
|
AggregateException(String, Exception) | Initializes a new instance of the AggregateException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
AggregateException(String, Exception[]) | Initializes a new instance of the AggregateException class with a specified error message and references to the inner exceptions that are the cause of this exception. |
Show: