AsyncResult.Exception Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Property Exception As Exception
Get
Friend Set
'Usage
Dim instance As AsyncResult
Dim value As Exception
value = instance.Exception
public Exception Exception { get; internal set; }
Property Value
Type: System.Exception