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 | |
---|---|---|
![]() ![]() |
Catch<TSource>(IQbservable<TSource>, IObservable<TSource>) | Continues a queryable observable sequence that is terminated by an exception with the next queryable observable sequence. |
![]() ![]() |
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. |
![]() ![]() |
Catch<TSource>(IQbservableProvider, IEnumerable<IObservable<TSource>>) | Continues a queryable observable sequence that is terminated by an exception with the next queryableobservable sequence. |
![]() ![]() |
Catch<TSource>(IQbservableProvider, IObservable<TSource>[]) | Continues a queryable observable sequence that is terminated by an exception with the next queryable observable sequence. |
Top