Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IWidgetProviderErrors.OnErrorInfoReported(WidgetErrorInfoReportedArgs) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?