Class AsyncEnumerableExtensions
Inheritance
System.Object
AsyncEnumerableExtensions
Assembly: Scraper.Net.dll
Syntax
public static class AsyncEnumerableExtensions : object
Methods
|
Improve this Doc
View Source
Catch<TSource, TException>(IAsyncEnumerable<TSource>, Action<TException>)
Declaration
public static IAsyncEnumerable<TSource> Catch<TSource, TException>(this IAsyncEnumerable<TSource> enumerable, Action<TException> handler)
where TException : Exception
Parameters
| Type |
Name |
Description |
| IAsyncEnumerable<TSource> |
enumerable |
|
| Action<TException> |
handler |
|
Returns
| Type |
Description |
| IAsyncEnumerable<TSource> |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TException |
|