LastErrorMessage property

The error text associated with the last executed QAManagerBase method.

Syntax
Visual Basic
Public Readonly Property LastErrorMessage As String
C#
public string  LastErrorMessage {get;}
Remarks

This value is null if the LastError property is 0. You can retrieve this property after catching a QAException class.

See also