Метод | Описание | |
---|---|---|
AggregateException ( ) : System |
Initializes a new instance of the AggregateException class.
|
|
AggregateException ( string message ) : System |
Initializes a new instance of the AggregateException class.
|
|
AggregateException ( string message, |
Initializes a new instance of the AggregateException class.
|
|
AggregateException ( string message, IEnumerable |
Initializes a new instance of the AggregateException class.
|
Метод | Описание | |
---|---|---|
AggregateException ( |
Initializes a new instance of the AggregateException class.
|
protected AggregateException ( |
||
info | The |
|
context | The |
|
Результат | System |
public AggregateException ( string message ) : System | ||
message | string | Message providing some additional information. |
Результат | System |
public AggregateException ( string message, |
||
message | string | Message providing some additional information. |
innerException | The exception that is the cause of the current exception. | |
Результат | System |
public AggregateException ( string message, IEnumerable |
||
message | string | Message providing some additional information. |
innerExceptions | IEnumerable |
The exceptions that are the cause of the current exception. |
Результат | System |