Catch<TSource, TException> sealed class Catch<TSource, TException> : Producer<TSource, _<TSource, TException>> where TException : Exception Documentation Code public Catch(IObservable<TSource> source, Func<TException, IObservable<TSource>> handler)