Class DataProviderException
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.
Implements
Inherited Members
Namespace: Lightstreamer.Interfaces.Data
Assembly: DotNetStandardAdapter.dll
Syntax
public class DataProviderException : DataException, ISerializable
Constructors
DataProviderException(string)
Constructs a DataProviderException with a supplied error message text.
Declaration
public DataProviderException(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | msg | The detail message. |