Bridge

AggregateException Constructor (String)

Initializes a new instance of the AggregateException class with a specified message that describes the error.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public AggregateException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
AggregateException(
	String^ message
)

Parameters

message
Type: System..::..String
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.