Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
NotificationException.NotificationException Constructor

Constructs a NotificationException with a supplied error message text.

C++
public: NotificationException(string msg);
C#
public NotificationException(string msg);
Visual Basic
Public Sub New(msg As string)
Parameters 
Description 
string msg 
The detail message.