Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
FailureException Class

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.

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