Click or drag to resize
PromiseTFail Method
Callback to be executed when the promise encounters an error

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public IPromise<T> Fail(
	Action<Exception> callback
)

Parameters

callback
Type: SystemActionException

Return Value

Type: IPromiseT

Implements

IPromiseTFail(ActionException)
See Also