Show / Hide Table of Contents

Class FailureException

Thrown by the subscribe and unsubscribe methods in DataProvider if the method execution has caused a severe problem that can compromise future operation of the Data Adapter.

Inheritance
object
Exception
ApplicationException
DataException
FailureException
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 FailureException : DataException, ISerializable

Constructors

FailureException(string)

Constructs a FailureException with a supplied error message text.

Declaration
public FailureException(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.