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