Lightstreamer Windows Phone Client 1.1
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