Bridge

AggregateException Constructor (String, IEnumerable<(Of <(<'Exception>)>)>)

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

Syntax


public AggregateException(
	string message,
	IEnumerable<Exception> innerExceptions
)
Public Sub New ( _
	message As String, _
	innerExceptions As IEnumerable(Of Exception) _
)
public:
AggregateException(
	String^ message, 
	IEnumerable<Exception^>^ innerExceptions
)

Parameters

message
Type: System..::..String
innerExceptions
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Exception>)>)>