AggregateException Constructor

Task Parallel System.Threading

Overload List

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

See Also