AsyncLocalizedExceptionWrapper Constructor
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 AsyncLocalizedExceptionWrapper(innerException)
public AsyncLocalizedExceptionWrapper(
Exception innerException
)
Parameters
- innerException
Type: System.Exception