ExceptionListener delegate definition. You pass an ExceptionListener to the SetExceptionListener method.
Visual Basic Public Delegate Sub ExceptionListener( _ ByVal ex As QAException, _ ByVal msg As QAMessage _ )
C# public delegate void ExceptionListener( QAException ex, QAMessage msg );
ex The exception that occurred.
msg The message that was received, or null if the message could not be constructed.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |