Catch Method (Observable[])

RxJS

Continues an observable sequence that is terminated by an exception with the next observable sequence.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable.Catch = function(items);

Parameters

items
Type: array< Rx..::.Observable >[]()[]

See Also