Occurs when an Exception is encountered while sending a notification.
Declaration Syntax
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); }
Remarks
Argument()()() is the exception encountered while sending a notification.