Bridge

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

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

Syntax


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

Parameters

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