Constructs a NotificationException with a supplied error message text.
public: NotificationException(string msg);
public NotificationException(string msg);
Public Sub New(msg As string)
NotificationException Class