Bridge

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

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

Syntax


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

Parameters

innerExceptions
Type: array<Exception>[]()[][]