DVTk API
NrOfUserErrors Property
DVTkDvtkData.ResultsCountersNrOfUserErrors
DVTk API

[This is preliminary documentation and is subject to change.]

Number of User Errors.
Declaration Syntax
C#Visual BasicVisual C++
public uint NrOfUserErrors { get; set; }
Public Property NrOfUserErrors As UInteger
public:
property unsigned int NrOfUserErrors {
	unsigned int get ();
	void set (unsigned int value);
}
Remarks

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.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0