 | DebugUtilsGetInnerMostException Method |
Returns the innermost Exception for an object
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static Exception GetInnerMostException(
Exception ex
)
Public Shared Function GetInnerMostException (
ex As Exception
) As Exception
public:
static Exception^ GetInnerMostException(
Exception^ ex
)
static member GetInnerMostException :
ex : Exception -> Exception
Parameters
- ex
- Type: SystemException
Return Value
Type:
ExceptionException
See Also