LastError property

The error code associated with the last executed QAManagerBase method.

Syntax
Visual Basic
Public Readonly Property LastError As Integer
C#
public int LastError {get;}
Return value

The error code.

Remarks

A value of 0 indicates no error. You can retrieve this property after catching a QAException class.

See also