IFeedProviderErrors.OnErrorInfoReported(FeedErrorInfoReportedArgs) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フィード ホストがフィード エラーを報告したときに発生します。
public:
void OnErrorInfoReported(FeedErrorInfoReportedArgs ^ args);
void OnErrorInfoReported(FeedErrorInfoReportedArgs const& args);
public void OnErrorInfoReported(FeedErrorInfoReportedArgs args);
function onErrorInfoReported(args)
Public Sub OnErrorInfoReported (args As FeedErrorInfoReportedArgs)
パラメーター
イベントをトリガーしたエラーの詳細を提供する FeedErrorInfoReportedArgs 。