共用方式為


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,提供觸發事件之錯誤的詳細資料。

適用於