Inheritance diagram for System.AggregateException:
Collaboration diagram for System.AggregateException:Public Member Functions | |
| AggregateException () | |
| AggregateException (string message) | |
| AggregateException (string message, Exception innerException) | |
| AggregateException (params Exception[] innerExceptions) | |
| AggregateException (string message, params Exception[] innerExceptions) | |
| AggregateException (IEnumerable< Exception > innerExceptions) | |
| AggregateException (string message, IEnumerable< Exception > innerExceptions) | |
| AggregateException | Flatten () |
| void | Handle (Func< Exception, bool > predicate) |
| override string | ToString () |
| override void | GetObjectData (SerializationInfo info, StreamingContext context) |
| override Exception | GetBaseException () |
Protected Member Functions | |
| AggregateException (SerializationInfo info, StreamingContext context) | |
Properties | |
| ReadOnlyCollection< Exception > | InnerExceptions [get] |
Detailed Description
Definition at line 36 of file AggregateException.cs.
Constructor & Destructor Documentation
| System.AggregateException.AggregateException | ( | ) |
Definition at line 41 of file AggregateException.cs.
| System.AggregateException.AggregateException | ( | string | message | ) |
Definition at line 45 of file AggregateException.cs.
| System.AggregateException.AggregateException | ( | string | message, |
| Exception | innerException | ||
| ) |
Definition at line 49 of file AggregateException.cs.
|
protected |
Definition at line 56 of file AggregateException.cs.
| System.AggregateException.AggregateException | ( | params Exception[] | innerExceptions | ) |
Definition at line 61 of file AggregateException.cs.
| System.AggregateException.AggregateException | ( | string | message, |
| params Exception[] | innerExceptions | ||
| ) |
Definition at line 66 of file AggregateException.cs.
| System.AggregateException.AggregateException | ( | IEnumerable< Exception > | innerExceptions | ) |
Definition at line 78 of file AggregateException.cs.
| System.AggregateException.AggregateException | ( | string | message, |
| IEnumerable< Exception > | innerExceptions | ||
| ) |
Definition at line 83 of file AggregateException.cs.
Member Function Documentation
| AggregateException System.AggregateException.Flatten | ( | ) |
Definition at line 88 of file AggregateException.cs.
| override Exception System.AggregateException.GetBaseException | ( | ) |
Definition at line 169 of file AggregateException.cs.
| override void System.AggregateException.GetObjectData | ( | SerializationInfo | info, |
| StreamingContext | context | ||
| ) |
Definition at line 160 of file AggregateException.cs.
| void System.AggregateException.Handle | ( | Func< Exception, bool > | predicate | ) |
Definition at line 104 of file AggregateException.cs.
| override string System.AggregateException.ToString | ( | ) |
Definition at line 144 of file AggregateException.cs.
Property Documentation
|
get |
Definition at line 128 of file AggregateException.cs.
The documentation for this class was generated from the following file:
