Delegate ExceptionHandler
Namespace: Apache.NMS.ActiveMQ.Transport
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public delegate void ExceptionHandler(ITransport sender, Exception command);
Parameters
Type | Name | Description |
---|---|---|
ITransport | sender | |
System.Exception | command |