Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderException.MetadataProviderException Constructor

Constructs a MetadataProviderException with a supplied error message text.

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