Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
IExceptionHandler Interface

To be implemented in order to provide the Server instance with a custom handler for error conditions occurring on the Remote Server.

C++
public: __interface IExceptionHandler;
C#
public interface IExceptionHandler;
Visual Basic
Public Interface IExceptionHandler