Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
ItemsException.ItemsException Constructor

Constructs an ItemsException with a supplied error message text.

C++
public: ItemsException(string msg);
C#
public ItemsException(string msg);
Visual Basic
Public Sub New(msg As string)
Parameters 
Description 
string msg 
The detail message.