Qbservable.Catch Method

Include Protected Members
Include Inherited Members

Continues a queryable 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

  Name Description
Public methodStatic member Catch<TSource>(IQbservable<TSource>, IObservable<TSource>) Continues a queryable observable sequence that is terminated by an exception with the next queryable observable sequence.
Public methodStatic member Catch<TSource, TException>(IQbservable<TSource>, Expression<Func<TException, IObservable<TSource>>>) Continues a queryable observable sequence that is terminated by an exception of the specified type with the queryable observable sequence produced by the handler.
Public methodStatic member Catch<TSource>(IQbservableProvider, IEnumerable<IObservable<TSource>>) Continues a queryable observable sequence that is terminated by an exception with the next queryableobservable sequence.
Public methodStatic member Catch<TSource>(IQbservableProvider, IObservable<TSource>[]) Continues a queryable observable sequence that is terminated by an exception with the next queryable observable sequence.

Top

See Also

Reference

Qbservable Class

System.Reactive.Linq Namespace