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
function Catch(o1);

Parameters

o1
Type: Rx..::.Observable

See Also