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 对象。 此对象提供有关小组件主机中小组件配置的信息。

适用于