Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
PushServerException.FIELDS_ERROR Field

Indicates that an update has been received with an unexpected number of field values.

C++
public: int FIELDS_ERROR = 3;
C#
public const int FIELDS_ERROR = 3;
Visual Basic
Public Const FIELDS_ERROR As Integer = 3