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-2016 • Updated: 12/12/15
Comment or report problem with topic