Click or drag to resize
AggregateException Constructor
Overload List
  NameDescription
Public methodAggregateException
Constructs a new, empty aggregate exception.
Public methodAggregateException(IEnumerableException)
Constructs a new aggreate exception wrapping the passed inner exceptions.
Public methodAggregateException(Exception)
Constructs a new aggreate exception wrapping the passed inner exceptions.
Public methodAggregateException(String)
Constructs a new, empty aggregate exception with the specified detail message.
Public methodAggregateException(String, IEnumerableException)
Constructs a new aggreate exception wrapping the passed inner exceptions with the specified detail message.
Public methodAggregateException(String, Exception)
Constructs a new aggregate exception to wrap the passed inner exception with the specified detail message.
Public methodAggregateException(String, Exception)
Constructs a new aggreate exception wrapping the passed inner exceptions with the specified detail message.
Top
See Also