Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ClientException.Message Property

Inherited from the Exception base class. Gets a message that describes the current exception.

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