AsyncExceptionWrapperHelper.GetRootException Method

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Shared Function GetRootException ( _
    ex As Exception _
) As Exception
'Usage
Dim ex As Exception
Dim returnValue As Exception

returnValue = AsyncExceptionWrapperHelper.GetRootException(ex)
public static Exception GetRootException(
    Exception ex
)

Parameters

Return Value

Type: System.Exception