constructor, takes the exceptions that are the cause of the current exception as parameter.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public AggregateException(
	ArrayList exceptions
)
Visual Basic
Public Sub New ( _
	exceptions As ArrayList _
)
Visual C++
public:
AggregateException(
	ArrayList^ exceptions
)

Parameters

exceptions
Type: System.Collections..::..ArrayList
The exceptions that are the cause of the current exception

See Also