Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
PushServerException.ErrorCode Property

Readonly. Specifies the detailed error code, to support automatic recovery actions. The code is chosen among the constants defined in the class.

C++
public: __property int ErrorCode;
C#
public virtual int ErrorCode;
Visual Basic
Public virtual Property ErrorCode() As Integer