ExDbApiException Constructor (Win32Exception, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    ex As Win32Exception, _
    innerException As Exception _
)
'Usage
Dim ex As Win32Exception
Dim innerException As Exception

Dim instance As New ExDbApiException(ex, innerException)
public ExDbApiException(
    Win32Exception ex,
    Exception innerException
)

Parameters