DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnError メソッド

定義

プロバイダーでエラー状態が発生したことをオブザーバーに通知します。

 virtual void System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnError(Exception ^ error) = IObserver<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::OnError;
void IObserver<KeyValuePair<string,object>>.OnError (Exception error);
abstract member System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnError : Exception -> unit
override this.System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnError : Exception -> unit
Sub OnError (error As Exception) Implements IObserver(Of KeyValuePair(Of String, Object)).OnError

パラメーター

error
Exception

エラーに関する追加情報を提供するオブジェクト。

実装

適用対象