Click or drag to resize

PromiseTFail Method

Overload List
  NameDescription
Public methodFail(Action1Exception)
Appends a handler to be executed when the promise is rejected.
(Overrides FutureTFail(Action1Exception).)
Public methodFail(Function1Exception, FutureT)
Appends a handler to be executed when the promise is rejected.
(Overrides FutureTFail(Function1Exception, FutureT).)
Top
See Also