Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
NotificationException Class

Thrown by the Notify* methods in IMetadataProvider if there is some inconsistency in the supplied parameters. Lightstreamer Kernel ensures that such conditions will never occur, but they may be checked for debugging or documentation reasons.

C++
public: class NotificationException : public MetadataException;
C#
public class NotificationException : MetadataException;
Visual Basic
Public Class NotificationException
Inherits MetadataException