Click or drag to resize

DebugUtilsGetInnerMostException Method

Returns the innermost Exception for an object

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

Parameters

ex
Type: SystemException

Return Value

Type: Exception
Exception
See Also