A delegate that can receive transport level exceptions.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Delegate Sub ExceptionListener ( _ exception As Exception _ ) |
| C# |
|---|
public delegate void ExceptionListener( Exception exception ) |
| Visual C++ |
|---|
public delegate void ExceptionListener( Exception^ exception ) |
| JavaScript |
|---|
function(exception); |
Parameters
- exception
- Type: System..::..Exception