AsyncExceptionWrapperHelper.GetAsyncWrapper Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Shared Function GetAsyncWrapper ( _
ex As Exception _
) As Exception
'Usage
Dim ex As Exception
Dim returnValue As Exception
returnValue = AsyncExceptionWrapperHelper.GetAsyncWrapper(ex)
public static Exception GetAsyncWrapper(
Exception ex
)
Parameters
- ex
Type: System.Exception
Return Value
Type: System.Exception