Bridge

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

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

Syntax


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

Parameters

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