共用方式為


AsyncCopyGetException Constructor (Exception)

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

Syntax

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

Dim instance As New AsyncCopyGetException(innerException)
public AsyncCopyGetException(
    Exception innerException
)

Parameters