Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
PushServerException.UNEXPECTED_ERROR Field

Indicates an unexpected exception in the client.

C++
public: int UNEXPECTED_ERROR = 12;
C#
public const int UNEXPECTED_ERROR = 12;
Visual Basic
Public Const UNEXPECTED_ERROR As Integer = 12