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