Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QAManagerFactory class

LastError property Next Page

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 LastError property is 0. You can retrieve this property after catching a QAException class.

See also