Share via


IWidgetProviderErrors.OnErrorInfoReported(WidgetErrorInfoReportedArgs) 메서드

정의

위젯 호스트가 위젯 오류를 보고할 때 발생합니다.

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

매개 변수

args
WidgetErrorInfoReportedArgs

이벤트를 트리거한 오류에 대한 세부 정보를 제공하는 WidgetErrorInfoReportedArgs 입니다.

적용 대상