The error code associated with the last excecuted QAManagerBase method.
Visual Basic
Public Readonly Property LastError As Integer
C#
public int LastError {get;}
The error code.
A value of 0 indicates no error. You can retrieve this property after catching a QAException class.