Compartir a través de


HttpNotificationChannel.ErrorOccurred (Evento)

Espacio de nombres:  Microsoft.Phone.Notification
Ensamblado:  Microsoft.Phone (en Microsoft.Phone.dll)

Sintaxis

'Declaración
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>

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

HttpNotificationChannel Clase

Microsoft.Phone.Notification (Espacio de nombres)