Compartir a través de


AsyncExceptionWrapper Constructor

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

Syntax

'Declaration
Public Sub New ( _
    innerExceptions As Exception _
)
'Usage
Dim innerExceptions As Exception

Dim instance As New AsyncExceptionWrapper(innerExceptions)
public AsyncExceptionWrapper(
    Exception innerExceptions
)

Parameters