Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncEnumerable Class
AsyncEnumerable Methods
Catch Method
Catch(TSource) Method (IAsyncEnumerable(TSource)[])
Catch(TSource) Method (IEnumerable(IAsyncEnumerable(TSource)))
Catch(TSource) Method (IAsyncEnumerable(TSource), IAsyncEnumerable(TSource))
Catch(TSource, TException) Method (IAsyncEnumerable(TSource), Func(TException, IAsyncEnumerable(TSource)))
AsyncEnumerable
.
Catch Method
Overload List
Name
Description
Catch
<
TSource
>
(
IAsyncEnumerable
<
TSource
>
[]
)
Catch
<
TSource
>
(IEnumerable
<
IAsyncEnumerable
<
TSource
>
>
)
Catch
<
TSource
>
(IAsyncEnumerable
<
TSource
>
, IAsyncEnumerable
<
TSource
>
)
Catch
<
TSource, TException
>
(IAsyncEnumerable
<
TSource
>
, Func
<
TException, IAsyncEnumerable
<
TSource
>
>
)
Top
See Also
Reference
AsyncEnumerable Class
System.Linq Namespace