|
Lightstreamer .Net Adapter 1.11.0
|
Constructs a CreditsException with supplied error code and message text.
public: CreditsException(int clientErrorCode, string msg);
public CreditsException(int clientErrorCode, string msg);
Public Sub New(clientErrorCode As Integer, msg As string)
|
Parameters |
Description |
|
int clientErrorCode |
Error code that can be used to distinguish the kind of problem. It must be a negative integer, or zero to mean an unspecified problem. |
|
string msg |
The detail message. |