Click or drag to resize

NotifierBaseNotificationSendException Event

Occurs when an Exception is encountered while sending a notification.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Exception>> NotificationSendException
View Source

Value

EventHandlerEventArgsException

Implements

INotifierNotificationSendException
Remarks
Argument is the exception encountered while sending a notification.
See Also