CatchScheduler<TException> sealed class CatchScheduler<TException> : SchedulerWrapper where TException : Exception Documentation Code public CatchScheduler(IScheduler scheduler, Func<TException, bool> handler) public CatchScheduler(IScheduler scheduler, Func<TException, bool> handler, ConditionalWeakTable<IScheduler, IScheduler> cache)