Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
SchemaException.SchemaException Constructor

Constructs a SchemaException with a supplied error message text.

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