HttpNotificationChannel.ErrorOccurred Event

Namespace:  Microsoft.Phone.Notification
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event ErrorOccurred As EventHandler(Of NotificationChannelErrorEventArgs)
public event EventHandler<NotificationChannelErrorEventArgs> ErrorOccurred
public:
 event EventHandler<NotificationChannelErrorEventArgs^>^ ErrorOccurred {
    void add (EventHandler<NotificationChannelErrorEventArgs^>^ value);
    void remove (EventHandler<NotificationChannelErrorEventArgs^>^ value);
}
member ErrorOccurred : IEvent<EventHandler<NotificationChannelErrorEventArgs>,
    NotificationChannelErrorEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

HttpNotificationChannel Class

Microsoft.Phone.Notification Namespace