Create a QAException instance providing the error code and the error message text.
Visual Basic Overloads Public Sub New( _ ByVal msg As String, _ ByVal errCode As Integer _ )
C# public QAException( string msg, int errCode );
msg The text description of the exception.
errCode The error code.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |