Occurs when an Exception is encountered while sending a notification.

C# | Visual Basic | Visual 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); }

Argument()()() is the exception encountered while sending a notification.