OnErrorResumeNext<TSource> sealed class OnErrorResumeNext<TSource> : Producer<TSource, _<TSource>> Documentation Code public OnErrorResumeNext(IEnumerable<IObservable<TSource>> sources)