Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataException.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