Click or drag to resize
QueryableExCatch Method
Overload List
  NameDescription
Public methodStatic memberCatchTSource(IEnumerableIEnumerableTSource)
Public methodStatic memberCatchTSource(IEnumerableTSource)
Public methodStatic memberCatchTSource(IQueryableIEnumerableTSource)
Creates a sequence by concatenating source sequences until a source sequence completes successfully.
Public methodStatic memberCatchTSource(IEnumerableTSource, IEnumerableTSource)
Public methodStatic memberCatchTSource, TException(IEnumerableTSource, FuncTException, IEnumerableTSource)
Public methodStatic memberCatchTSource(IQueryableTSource, IEnumerableTSource)
Creates a sequence that returns the elements of the first sequence, switching to the second in case of an error.
Public methodStatic memberCatchTSource, 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.
Public methodStatic memberCatchTSource(IQueryProvider, IEnumerableTSource)
Creates a sequence by concatenating source sequences until a source sequence completes successfully.
Top
See Also