Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
CreditsException.ClientErrorMsg Property

Readonly. The error detail message to be forwarded to the client. If the message is not in simple ASCII or is in multiline format, the real text sent to the client might be altered.

C++
public: __property string ClientErrorMsg;
C#
public string ClientErrorMsg;
Visual Basic
Public Property ClientErrorMsg() As string