IFeedProviderErrors Interface

Definition

This optional interface is implemented by Windows feed providers to receive callbacks from the feeds host for feed errors.

public interface class IFeedProviderErrors
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1712447498, 55404, 18851, 147, 129, 183, 218, 103, 238, 98, 220)]
struct IFeedProviderErrors
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.Guid(1712447498, 55404, 18851, 147, 129, 183, 218, 103, 238, 98, 220)]
public interface IFeedProviderErrors
Public Interface IFeedProviderErrors
Attributes

Methods

OnErrorInfoReported(FeedErrorInfoReportedArgs)

Raised when the feeds host reports a feed error.

Applies to