Bridge

AggregateException Constructor (String, array<Exception>[]()[][])

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

Syntax


[TemplateAttribute]
public AggregateException(
	string message,
	params Exception[] innerExceptions
)
<TemplateAttribute> _
Public Sub New ( _
	message As String, _
	ParamArray innerExceptions As Exception() _
)
[TemplateAttribute]
public:
AggregateException(
	String^ message, 
	... array<Exception^>^ innerExceptions
)

Parameters

message
Type: System..::..String
innerExceptions
Type: array<Exception>[]()[][]