An NDoc Documented Class Library

ExceptionListener Delegate

The delegate declaration that is used to notify the client of a problem with the connection.

public delegate void ExceptionListener(
   Exception ex
);

Parameters

ex
The exception thrown by the connection.

Requirements

Namespace: webMethods.Msg

Assembly: webMethods.Msg (in webMethods.Msg.dll)

See Also

webMethods.Msg Namespace