Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushUserException.ErrorCode Property

Readonly. Specifies the detailed error code, as received by the Server. The meaning depends on Lightstreamer Server or the Metadata Adapter.

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