Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException Class

Thrown in case of an unexpected answer or error condition received from Lightstreamer Server. A detailed error code is supplied, to support automatic recovery actions. It can be received both in a synchronous and an asynchronous way. In normal operation, this exception should never be received.

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