Click or drag to resize
QueryableExThrowTResult Method (Exception)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IQueryable<TResult> Throw<TResult>(
	Exception exception
)

Parameters

exception
Type: SystemException

Type Parameters

TResult

Return Value

Type: IQueryableTResult
See Also