QueryableExThrowTResult Method (Exception) |
Namespace: System.LinqAssembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntaxpublic static IQueryable<TResult> Throw<TResult>(
Exception exception
)
Parameters
- exception
- Type: SystemException
Type Parameters
- TResult
Return Value
Type:
IQueryableTResult
See Also