







![]() ![]() |
.NET Framework Class Library |
Observable..::.Catch Method (array<Observable>[]()[]) |
Observable Class See Also Send Feedback |
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
>[]()[]