The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Observable.Catch()

Observable.Catch Method

Include Protected Members
Include Inherited Members

Continues an observable sequence that is terminated by an exception.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodStatic memberCatch(IEnumerable<IObservable>)Continues an observable sequence that is terminated by an exception with the next observable sequence.Public methodStatic memberCatch(array<IObservable[])Continues an observable sequence that is terminated by an exception with the next observable sequence.Public methodStatic memberCatch<TSource, TException>(IObservable, Func<TException, IObservable>)Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.Public methodStatic memberCatch(IObservable, IObservable)Continues an observable sequence that is terminated by an exception with the next observable sequence.Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace