[This is preliminary documentation and is subject to change.]
Number of User Errors.
| C# | Visual Basic | Visual C++ |
public uint NrOfUserErrors { get; set; }
Public Property NrOfUserErrors As UInteger
public: property unsigned int NrOfUserErrors { unsigned int get (); void set (unsigned int value); }
These are errors explicitly invoked by the user of the Dvtk component. The user can use Dvtk to report his/her errors into the output results.
The user can use the return codes of Dvtk calls to build his/her own test logic.