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)

AcknowledgementMode enumeration Next Page

ExceptionListener delegate


ExceptionListener delegate definition. You pass an ExceptionListener to the SetExceptionListener method.

Syntax

Visual Basic
Public Delegate Sub ExceptionListener( _
ByVal ex As QAException, _
ByVal msg As QAMessage _
)

C#
public delegate void ExceptionListener(
QAException ex,
QAMessage msg
);

Parameters