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