[This is preliminary documentation and is subject to change.]
Indicates if an unhandled exception has occured during execution of the Thread.
| C# | Visual Basic | Visual C++ |
public bool HasExceptionOccured { get; }
Public ReadOnly Property HasExceptionOccured As Boolean
public: property bool HasExceptionOccured { bool get (); }