Lightstreamer .Net Standard Client 4.0.0
|
Used by Lightstreamer to create a PushUserException.
public: PushUserException(int serverCode, string serverMsg);
public PushUserException(int serverCode, string serverMsg);
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. |