Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ExceptionListener 委派定义。
Public Delegate Sub ExceptionListener( ByVal ex As QAException, ByVal msg As QAMessage )
public delegate void ExceptionListener(QAException ex, QAMessage msg);
ex 发生的异常。
msg 返回接收到的消息;如果无法构造消息,则返回空值。
将 ExceptionListener 传递给 QAManagerBase.SetExceptionListener。