| AsyncEnumerableCatchTSource, TException Method (IAsyncEnumerableTSource, FuncTException, IAsyncEnumerableTSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncEnumerable<TSource> Catch<TSource, TException>( this IAsyncEnumerable<TSource> source, Func<TException, IAsyncEnumerable<TSource>> handler ) where TException : Exception
 See Also
See Also