Lightstreamer .Net Standard Client 4.0.0
|
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.
public: class PushConnException : public ClientException;
public class PushConnException : ClientException;
Public Class PushConnException Inherits ClientException