Icon for Previous Page button Icon for Next Page button

LastErrorMessage property

The error text associated with the last executed QAManagerFactory method.

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

The error message.

Remarks

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

See also