| AsyncQueryableCatchTSource, TException Method (IAsyncQueryableTSource, ExpressionFuncTException, IAsyncEnumerableTSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncQueryable<TSource> Catch<TSource, TException>( this IAsyncQueryable<TSource> source, Expression<Func<TException, IAsyncEnumerable<TSource>>> handler )
 See Also
See Also