Occurs when an Exception is encountered while sending a notification.
Declaration Syntax
C# | Visual Basic | Visual C++ |
event EventHandler<EventArgs<Exception>> NotificationSendException
Event NotificationSendException As EventHandler(Of EventArgs(Of Exception))
event EventHandler<EventArgs<Exception^>^>^ NotificationSendException { void add (EventHandler<EventArgs<Exception^>^>^ value); void remove (EventHandler<EventArgs<Exception^>^>^ value); }