|
| .NET Framework Class Library |
| Observable..::.Catch Method (Observable, Observable, Observable, 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 |
|---|
function Catch(o1, o2, o3, o4); |
Parameters
- o1
- Type: Rx..::.Observable
- o2
- Type: Rx..::.Observable
- o3
- Type: Rx..::.Observable
- o4
- Type: Rx..::.Observable