| EnumerableExCatch Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | CatchTSource(IEnumerableIEnumerableTSource) | 
            Creates a sequence by concatenating source sequences until a source sequence completes successfully.
             | 
|   | CatchTSource(IEnumerableTSource) | 
            Creates a sequence by concatenating source sequences until a source sequence completes successfully.
             | 
|   | CatchTSource(IEnumerableTSource, IEnumerableTSource) | 
            Creates a sequence that returns the elements of the first sequence, switching to the second in case of an error.
             | 
|   | CatchTSource, TException(IEnumerableTSource, FuncTException, 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.
             | 
 See Also
See Also