IWidgetProviderErrors.OnErrorInfoReported(WidgetErrorInfoReportedArgs) Method

Definition

Raised when the widget host reports a widget error.

public:
 void OnErrorInfoReported(WidgetErrorInfoReportedArgs ^ args);
void OnErrorInfoReported(WidgetErrorInfoReportedArgs const& args);
public void OnErrorInfoReported(WidgetErrorInfoReportedArgs args);
function onErrorInfoReported(args)
Public Sub OnErrorInfoReported (args As WidgetErrorInfoReportedArgs)

Parameters

args
WidgetErrorInfoReportedArgs

A WidgetErrorInfoReportedArgs that provides details about the error that triggered the event.

Applies to