Share via


IFeedProviderErrors.OnErrorInfoReported(FeedErrorInfoReportedArgs) 方法

定义

当源主机报告源错误时引发。

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

参数

args
FeedErrorInfoReportedArgs

FeedErrorInfoReportedArgs,提供有关触发事件的错误的详细信息。

适用于