Returns an array of the entire exception list in reverse order (innermost to outermost exception)
public static Exception[] GetInnerExceptions(Exception ex)
Return Value
Array of Exceptions from innermost to outermost
Parameters
ex
The original exception to work off
See also:
Class DebugUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic