Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
PushConnException Class

Thrown when the connection to Lightstreamer Server cannot be established or in case of abnormal connection termination. However, the interruption of a streaming or long polling connection may be followed by an automatic session recovery attempt instead; then, in case the recovery is not possible, the exception thrown can be of any type, depending on the reason of the recovery failure. 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