Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Server.ExceptionHandler Property

A handler for error conditions occurring on the Remote Server. By setting the handler, it's possible to override the default exception handling.

C++
public: __property IExceptionHandler ExceptionHandler;
C#
public IExceptionHandler ExceptionHandler;
Visual Basic
Public Property ExceptionHandler() As IExceptionHandler