Manager..::..GetInnerMostException Method

Gets the inner most exception.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static Exception GetInnerMostException(
	Exception ExceptionObject
)
Public Shared Function GetInnerMostException ( _
	ExceptionObject As Exception _
) As Exception
public:
static Exception^ GetInnerMostException(
	Exception^ ExceptionObject
)

Parameters

ExceptionObject
Type: Exception
The exception object.

Return Value

Exception.