IFeedProviderErrors.OnErrorInfoReported(FeedErrorInfoReportedArgs) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Generato quando l'host dei feed segnala un errore di feed.
public:
void OnErrorInfoReported(FeedErrorInfoReportedArgs ^ args);
void OnErrorInfoReported(FeedErrorInfoReportedArgs const& args);
public void OnErrorInfoReported(FeedErrorInfoReportedArgs args);
function onErrorInfoReported(args)
Public Sub OnErrorInfoReported (args As FeedErrorInfoReportedArgs)
Parametri
Un FeedErrorInfoReportedArgs che fornisce informazioni dettagliate sull'errore che ha attivato l'evento.