AgentAsyncContext.AsyncException property
The AsyncException property gets or sets an asynchronous exception to propagate.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property AsyncException As Exception
Get
Set
'Usage
Dim instance As AgentAsyncContext
Dim value As Exception
value = instance.AsyncException
instance.AsyncException = value
public Exception AsyncException { get; set; }
Property value
Type: System.Exception