Partager via


WidgetErrorInfoReportedArgs Classe

Définition

Fournit des données pour l’événement OnErrorInfoReported qui est déclenché lorsque l’hôte du widget signale une erreur de widget.

public ref class WidgetErrorInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetErrorInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetErrorInfoReportedArgs
Public NotInheritable Class WidgetErrorInfoReportedArgs
Héritage
Object Platform::Object IInspectable WidgetErrorInfoReportedArgs
Attributs

Propriétés

ErrorJson

Obtient une chaîne JSON décrivant l’erreur qui a déclenché l’événement d’erreur.

WidgetContext

Obtient l’objet WidgetContext associé à l’erreur. Cet objet fournit des informations sur la configuration d’un widget dans l’hôte du widget.

S’applique à