共用方式為


WidgetErrorInfoReportedArgs 類別

定義

提供 OnErrorInfoReported 事件的資料,此事件會在小工具主應用程式報告小工具錯誤時引發。

public ref class WidgetErrorInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetErrorInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetErrorInfoReportedArgs
Public NotInheritable Class WidgetErrorInfoReportedArgs
繼承
Object Platform::Object IInspectable WidgetErrorInfoReportedArgs
屬性

屬性

ErrorJson

取得 JSON 字串,描述觸發錯誤事件的錯誤。

WidgetContext

取得與錯誤相關聯的 WidgetCoNtext 物件。 此物件提供小工具主機內小工具組態的相關資訊。

適用於