Constructor AggregateException
AggregateException(Exception[])
constructor, takes the exceptions that are the cause of the current exception as parameter.
Declaration
public AggregateException(params Exception[] exceptions)
Parameters
Type | Name | Description |
---|---|---|
Exception[] | exceptions | The exceptions that are the cause of the current exception |
AggregateException(ArrayList)
constructor, takes the exceptions that are the cause of the current exception as parameter.
Declaration
public AggregateException(ArrayList exceptions)
Parameters
Type | Name | Description |
---|---|---|
ArrayList | exceptions | The exceptions that are the cause of the current exception |
AggregateException(String, ArrayList)
overloaded constructor, takes the reason as additional parameter.
Declaration
public AggregateException(string reason, ArrayList exceptions)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
ArrayList | exceptions | The exceptions that are the cause of the current exception |
AggregateException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected AggregateException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |