Delegate to handle exceptions returned to the client of a session.

C# |
public delegate void ExceptionHandler( SoamException exception )

- exception (SoamException)
- The exception being returned.
C# |
public delegate void ExceptionHandler( SoamException exception )