Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
SubscriptionException Class

Thrown by the subscribe and unsubscribe methods in DataProvider if the request cannot be satisfied.

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