The error text associated with the last executed QAManagerFactory method.
Visual Basic
Public Readonly Property LastErrorMessage As String
C#
public string LastErrorMessage {get;}
The error message.
This value is null if the LastError property is 0. You can retrieve this property after catching a QAException class.