Bridge

PromiseException..::..Arguments Property

Arguments supplied to the promise onError() callback.

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

Syntax


[FieldPropertyAttribute]
public Object[] Arguments { get; }
<FieldPropertyAttribute> _
Public ReadOnly Property Arguments As Object()
	Get
[FieldPropertyAttribute]
public:
property array<Object^>^ Arguments {
	array<Object^>^ get ();
}