FeedErrorInfoReportedArgs Class
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.
Provides data for the OnErrorInfoReported) event which is raised when the feeds host reports a feed error.
public ref class FeedErrorInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedErrorInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedErrorInfoReportedArgs
Public NotInheritable Class FeedErrorInfoReportedArgs
- Inheritance
- Attributes
Properties
ErrorJson |
Gets a JSON string describing the error that triggered the error event. |
FeedDefinitionId |
Gets the definition ID of the feed associated with the error. |
FeedProviderDefinitionId |
Gets the definition ID of the feed provider associated with the error. |