| AggregateException Constructor |
| Name | Description | |
|---|---|---|
| AggregateException |
Constructs a new, empty aggregate exception.
| |
| AggregateException(IEnumerableException) |
Constructs a new aggreate exception wrapping the passed inner exceptions.
| |
| AggregateException(Exception) |
Constructs a new aggreate exception wrapping the passed inner exceptions.
| |
| AggregateException(String) |
Constructs a new, empty aggregate exception with the specified detail message.
| |
| AggregateException(String, IEnumerableException) |
Constructs a new aggreate exception wrapping the passed inner exceptions with the specified detail message.
| |
| AggregateException(String, Exception) |
Constructs a new aggregate exception to wrap the passed inner exception with the specified detail message.
| |
| AggregateException(String, Exception) |
Constructs a new aggreate exception wrapping the passed inner exceptions with the specified detail message.
|