overloaded constructor, takes the reason as additional 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(
	string reason,
	ArrayList exceptions
)
Visual Basic
Public Sub New ( _
	reason As String, _
	exceptions As ArrayList _
)
Visual C++
public:
AggregateException(
	String^ reason, 
	ArrayList^ exceptions
)

Parameters

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

See Also