QueryableExCatch Method |
Name | Description | |
---|---|---|
![]() ![]() | CatchTSource(IEnumerableIEnumerableTSource) | |
![]() ![]() | CatchTSource(IEnumerableTSource) | |
![]() ![]() | CatchTSource(IQueryableIEnumerableTSource) |
Creates a sequence by concatenating source sequences until a source sequence completes successfully.
|
![]() ![]() | CatchTSource(IEnumerableTSource, IEnumerableTSource) | |
![]() ![]() | CatchTSource, TException(IEnumerableTSource, FuncTException, IEnumerableTSource) | |
![]() ![]() | CatchTSource(IQueryableTSource, IEnumerableTSource) |
Creates a sequence that returns the elements of the first sequence, switching to the second in case of an error.
|
![]() ![]() | CatchTSource, TException(IQueryableTSource, ExpressionFuncTException, IEnumerableTSource) |
Creates a sequence that corresponds to the source sequence, concatenating it with the sequence resulting from calling an exception handler function in case of an error.
|
![]() ![]() | CatchTSource(IQueryProvider, IEnumerableTSource) |
Creates a sequence by concatenating source sequences until a source sequence completes successfully.
|