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

Inherited from the Exception base class. Gets the Exception instance that caused the current exception.

C++
public: __property Exception InnerException;
C#
public Exception InnerException;
Visual Basic
Public Property InnerException() As Exception