IFeedProviderErrors.OnErrorInfoReported(FeedErrorInfoReportedArgs) Method

Definition

Raised when the feeds host reports a feed error.

public:
 void OnErrorInfoReported(FeedErrorInfoReportedArgs ^ args);
void OnErrorInfoReported(FeedErrorInfoReportedArgs const& args);
public void OnErrorInfoReported(FeedErrorInfoReportedArgs args);
function onErrorInfoReported(args)
Public Sub OnErrorInfoReported (args As FeedErrorInfoReportedArgs)

Parameters

args
FeedErrorInfoReportedArgs

A FeedErrorInfoReportedArgs that provides details about the error that triggered the event.

Applies to