Click or drag to resize

NotifierBaseOnNotificationSendException Method

Raises the NotificationSendException event.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnNotificationSendException(
	Exception exception
)
View Source

Parameters

exception  Exception
Exception to send to NotificationSendException event.
See Also