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)

ExceptionListener delegate Next Page

ExceptionListener2 delegate


ExceptionListener2 delegate definition. You pass an ExceptionListener2 to the SetExceptionListener2 method.

Syntax

Visual Basic
Public Delegate Sub ExceptionListener2( _
ByVal mgr As QAManagerBase, _
ByVal ex As QAException, _
ByVal msg As QAMessage _
)

C#
public delegate void ExceptionListener2(
QAManagerBase mgr,
QAException ex,
QAMessage msg
);

Parameters