Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ExceptionListener delegate definition.
Public Delegate Sub ExceptionListener( ByVal ex As QAException, ByVal msg As QAMessage )
public delegate void ExceptionListener(QAException ex, QAMessage msg);
ex The exception that occurred.
msg The message that was received, or null if the message could not be constructed.
You pass an ExceptionListener to the QAManagerBase.SetExceptionListener.