openPDC Historian Help
NotificationSendException Event
NamespacesTVA.Historian.NotifiersNotifierBaseNotificationSendException
Occurs when an Exception is encountered while sending a notification.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<Exception>> NotificationSendException
Public Event NotificationSendException As EventHandler(Of EventArgs(Of Exception))
public:
virtual  event EventHandler<EventArgs<Exception^>^>^ NotificationSendException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
Remarks
Argument()()() is the exception encountered while sending a notification.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252