다음을 통해 공유


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 입니다.

적용 대상