Show / Hide Table of Contents

Class AsyncEnumerableExtensions

Inheritance
System.Object
AsyncEnumerableExtensions
Namespace: Scraper.Net
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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX