Lightstreamer Silverlight Client 1.4.2
|
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.
public: class PushServerException : public ClientException;
public class PushServerException : ClientException;
Public Class PushServerException Inherits ClientException