Observable.OnErrorResumeNext Method
Continues an observable sequence that is terminated normally.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
OnErrorResumeNext<TSource>(IEnumerable<IObservable<TSource>>) | Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. |
|
OnErrorResumeNext<TSource>(IObservable<TSource>[]) | Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. |
|
OnErrorResumeNext<TSource>(IObservable<TSource>, IObservable<TSource>) | Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. |