Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderException.DataProviderException Constructor

Constructs a DataProviderException with a supplied error message text.

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