[This is preliminary documentation and is subject to change.]
Gets or sets the number of general errors found during execution of this thread and all child threads.
| C# | Visual Basic | Visual C++ |
public int NrOfGeneralErrors { get; set; }
Public Property NrOfGeneralErrors As Integer
public: property int NrOfGeneralErrors { int get (); void set (int value); }