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 受信したメッセージ。またはメッセージが構築できなかった場合は NULL。
ExceptionListener2 は QAManagerBase.SetExceptionListener2 に渡します。