Lightstreamer .Net Standard Client 4.0.0
|
Thrown in case of an unexpected answer or error condition received from Lightstreamer Server. A detailed error code is supplied, to support custom recovery actions. It can be received both in a synchronous and an asynchronous way. In normal operation, this exception should never be received.
public: class PushServerException : public ClientException;
public class PushServerException : ClientException;
Public Class PushServerException Inherits ClientException