Gets task execution exception or null if no exception occurd.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Exception Exception { get; private set; }
Public Property Exception As Exception Get Private Set
public: property Exception^ Exception { Exception^ get (); private: void set (Exception^ value); }
/** @property */ public Exception get_Exception() /** @property */ public void set_Exception(Exception value)