AggregateException Members
The AggregateException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AggregateException()()()() |
Initializes a new instance of the AggregateException class with a system-supplied message that describes the error.
|
![]() |
AggregateException(IEnumerable<(Of <<'(Exception>)>>)) | |
![]() |
AggregateException(array<Exception>[]()[][]) | |
![]() |
AggregateException(String) |
Initializes a new instance of the AggregateException class with a specified message that describes the error.
|
![]() |
AggregateException(String, IEnumerable<(Of <<'(Exception>)>>)) | |
![]() |
AggregateException(String, array<Exception>[]()[][]) |
Methods
Name | Description | |
---|---|---|
![]() |
Flatten |
Flattens an AggregateException instances into a single, new instance.
|
![]() |
Handle |
Properties
Name | Description | |
---|---|---|
![]() |
InnerExceptions |
Gets a read-only collection of the Exception instances that caused the current exception.
|