Catch Method

RxJS

Overload List

  NameDescription
Catch(Observable)
Continues an observable sequence that is terminated by an exception with the next observable sequence.
Catch(array<Observable>[]()[])
Continues an observable sequence that is terminated by an exception with the next observable sequence.
Catch(Observable, Observable)
Continues an observable sequence that is terminated by an exception with the next observable sequence.
Catch(array<Observable>[]()[], Scheduler)
Continues an observable sequence that is terminated by an exception with the next observable sequence.
Catch(Observable, Observable, Observable)
Continues an observable sequence that is terminated by an exception with the next observable sequence.
Catch(Observable, Observable, Observable, Observable)
Continues an observable sequence that is terminated by an exception with the next observable sequence.

See Also