![]() | AggregateException Class |
Namespace: Slash.SystemExt.Exceptions
The AggregateException type exposes the following members.
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.
|
Name | Description | |
---|---|---|
![]() | InnerExceptions |
Wrapped exceptions.
|
![]() | Messages |
Get the messages describing the inner exceptions, one per line.
|