AggregateException Constructor
Initializes a new instance of the AggregateException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AggregateException() | Initializes a new instance of the AggregateException class with a system-supplied message that describes the error. |
![]() | 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(IEnumerable<Exception^>^) | Initializes a new instance of the AggregateException class with references to the inner exceptions that are the cause of this exception. |
![]() | AggregateException(SerializationInfo^, StreamingContext) | Initializes a new instance of the AggregateException class with serialized data. |
![]() | AggregateException(String^) | Initializes a new instance of the AggregateException class with a specified message that describes the error. |
![]() | 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. |
![]() | AggregateException(String^, IEnumerable<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. |

