ExDbApiException.Ex Property

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

Syntax

'Declaration
Public ReadOnly Property Ex As Win32Exception
    Get
'Usage
Dim instance As ExDbApiException
Dim value As Win32Exception

value = instance.Ex
public Win32Exception Ex { get; }