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

Inherited from the Exception base class. Gets a string representation of the frames on the call stack at the time the current exception was thrown.

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