Delegate ExceptionListener
A delegate that can receive transport level exceptions.
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public delegate void ExceptionListener(Exception exception);
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception |