Bridge

AggregateException Members

The AggregateException type exposes the following members.

Constructors


  Name Description
Public method AggregateException()()()()
Initializes a new instance of the AggregateException class with a system-supplied message that describes the error.
Public method AggregateException(IEnumerable<(Of <<'(Exception>)>>))
Public method AggregateException(array<Exception>[]()[][])
Public method AggregateException(String)
Initializes a new instance of the AggregateException class with a specified message that describes the error.
Public method AggregateException(String, IEnumerable<(Of <<'(Exception>)>>))
Public method AggregateException(String, array<Exception>[]()[][])

Methods


  Name Description
Public method Flatten
Flattens an AggregateException instances into a single, new instance.
Public method Handle

Properties


  Name Description
Public property InnerExceptions
Gets a read-only collection of the Exception instances that caused the current exception.