Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
PushConnException Class

Thrown when the connection to Lightstreamer Server cannot be established or in case of abnormal connection termination. It can be received both in a synchronous and an asynchronous way.

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