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
public Exception AsyncException { get; set; }
public:
property Exception^ AsyncException {
Exception^ get ();
void set (Exception^ value);
}
/** @property */
public Exception get_AsyncException ()
/** @property */
public void set_AsyncException (Exception value)
public function get AsyncException () : Exception
public function set AsyncException (value : Exception)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003