Click or drag to resize

DebugUtilsGetInnerExceptions Method

Returns an array of the entire exception list in reverse order (innermost to outermost exception)

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Exception[] GetInnerExceptions(
	Exception ex
)

Parameters

ex
Type: SystemException
The original exception to work off

Return Value

Type: Exception
Array of Exceptions from innermost to outermost
See Also