Show / Hide Table of Contents

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.

Inheritance
object
Exception
ApplicationException
DataException
DataProviderException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

ISerializable
In this article
Back to top Copyright (c) 2004-2023 Lightstreamer s.r.l.