constructor, takes the exceptions that are the cause of the current exception as parameter.
Namespace: Alachisoft.NCache.Runtime.ExceptionsAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public AggregateException(
params Exception[] exceptions
) |
| Visual Basic |
|---|
Public Sub New ( _
ParamArray exceptions As Exception() _
) |
| Visual C++ |
|---|
public:
AggregateException(
... array<Exception^>^ exceptions
) |
Parameters
- exceptions
- Type: array<System..::..Exception>[]()[][]
The exceptions that are the cause of the current exception
See Also