| QueryableExCatchTSource, TException Method (IEnumerableTSource, FuncTException, IEnumerableTSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IEnumerable<TSource> Catch<TSource, TException>( IEnumerable<TSource> source, Func<TException, IEnumerable<TSource>> handler ) where TException : Exception
 See Also
See Also