Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderException Class

Thrown by the init method in DataProvider if there is some problem that prevents the correct behavior of the Data Adapter. If this exception occurs, Lightstreamer Kernel must give up the startup.

C++
public: class DataProviderException : public DataException;
C#
public class DataProviderException : DataException;
Visual Basic
Public Class DataProviderException
Inherits DataException