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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » QAException class

 

QAException constructor

Create a QAException instance providing the error message text.

Syntax
Visual Basic
Overloads Public Sub New( _
   ByVal msg As String _
)
C#
public QAException(
   string  msg
);
Parameters
  • msg   The text description of the exception.