Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
ClientException Class

Base class for all exceptions directly thrown by library methods.

C++
public: class ClientException : public Exception;
C#
public class ClientException : Exception;
Visual Basic
Public Class ClientException
Inherits Exception