IWidgetProviderErrors.OnErrorInfoReported(WidgetErrorInfoReportedArgs) Método

Definición

Se genera cuando el host del widget notifica un error 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)

Parámetros

args
WidgetErrorInfoReportedArgs

WidgetErrorInfoReportedArgs que proporciona detalles sobre el error que desencadenó el evento.

Se aplica a