Bridge

PromiseException Constructor (array<Object>[]()[][])

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

Syntax


public PromiseException(
	Object[] arguments
)
Public Sub New ( _
	arguments As Object() _
)
public:
PromiseException(
	array<Object^>^ arguments
)

Parameters

arguments
Type: array<System..::..Object>[]()[][]