AggregateException Methods

Task Parallel System.Threading

The AggregateException type exposes the following members.

Methods

  NameDescription
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()()().)

See Also