ExceptionListener 委派定义。将 ExceptionListener 传递给 SetExceptionListener 方法。
Visual Basic Public Delegate Sub ExceptionListener( _ ByVal ex As QAException, _ ByVal msg As QAMessage _ )
C# public delegate void ExceptionListener( QAException ex, QAMessage msg );
ex 发生的异常。
msg 返回接收到的消息;如果无法构造消息,则返回空值。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |