'Declaration
Public Property Exception As Exception
'Usage
Dim instance As AsyncResultBase Dim value As Exception instance.Exception = value value = instance.Exception
public Exception Exception {get; set;}
public: property Exception^ Exception { Exception^ get(); void set ( Exception^ value); }