|
NotifierBaseNotificationSendException Event
|
Occurs when an Exception is encountered while sending a notification.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntaxpublic 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);
}
abstract NotificationSendException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
override NotificationSendException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_NotificationSendException(value);
function remove_NotificationSendException(value);
View SourceValue
EventHandlerEventArgsExceptionImplements
INotifierNotificationSendException
RemarksArgument is the exception encountered while sending a notification.
See Also