AggregateException Constructor
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| AggregateException Constructor |
| AggregateException Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| AggregateException()()() |
Initializes a new instance of the AggregateException class.
| |
| AggregateException(IEnumerable<(Of <(Exception>)>)) |
Initializes a new instance of the AggregateException class with
references to the inner exceptions that are the cause of this exception.
| |
| AggregateException(array<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 error message.
| |
| AggregateException(SerializationInfo, StreamingContext) |
Initializes a new instance of the AggregateException class with serialized data.
| |
| AggregateException(String, IEnumerable<(Of <(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, array<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.
|