Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
PushUserException.PushUserException Constructor

Used by Lightstreamer to create a PushUserException.

C++
public: PushUserException(int serverCode, string serverMsg);
C#
public PushUserException(int serverCode, string serverMsg);
Visual Basic
Public Sub New(serverCode As Integer, serverMsg As string)
Parameters 
Description 
int serverCode 
the error code received from the Server.  
string serverMsg 
the error message received from the Server.