IWidgetProviderErrors.OnErrorInfoReported(WidgetErrorInfoReportedArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsque l’hôte du widget signale une erreur de widget.
public:
void OnErrorInfoReported(WidgetErrorInfoReportedArgs ^ args);
void OnErrorInfoReported(WidgetErrorInfoReportedArgs const& args);
public void OnErrorInfoReported(WidgetErrorInfoReportedArgs args);
function onErrorInfoReported(args)
Public Sub OnErrorInfoReported (args As WidgetErrorInfoReportedArgs)
Paramètres
WidgetErrorInfoReportedArgs qui fournit des détails sur l’erreur qui a déclenché l’événement.