Catch__1_5 - waf/Rx.NET GitHub Wiki

QueryableEx.Catch<TSource> Method (IQueryProvider, IEnumerable<TSource>[])

Creates a sequence by concatenating source sequences until a source sequence completes successfully.

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll)

Syntax

public static IQueryable<TSource> Catch<TSource>(
	this IQueryProvider provider,
	params IEnumerable<TSource>[] sources
)

Parameters

provider

Type: System.Linq.IQueryProvider
Query provider.

sources

Type: System.Collections.Generic.IEnumerable<TSource>[]
Source sequences.

Type Parameters

TSource

Source sequence element type.

Return Value

Type: IQueryable<TSource>
Sequence that continues to concatenate source sequences while errors occur.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IQueryProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

QueryableEx Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️