AggregateException Methods
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| AggregateException Methods |
| AggregateException Class See Also Send Feedback |
The AggregateException type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Flatten |
Flattens an AggregateException instances into a single, new instance.
| |
| GetBaseException |
Returns the AggregateException that is the root cause of this exception.
(Overrides Exception..::.GetBaseException()()().) | |
| GetHashCode | (Inherited from Object.) | |
| GetObjectData |
Sets the SerializationInfo with information about
the exception.
(Overrides Exception..::.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetType | (Inherited from Exception.) | |
| Handle |
Invokes a handler on each Exception contained by this AggregateException.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Creates and returns a string representation of the current AggregateException.
(Overrides Exception..::.ToString()()().) |