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.
Implements
Inherited Members
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. |