ExceptionListener2 delegate definition.
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 The QAManagerBase that processed the message.
ex The exception that occurred.
msg The message that was received, or null if the message could not be constructed.
You pass an ExceptionListener2 to the QAManagerBase.SetExceptionListener2.