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

오류에 대한 추가 정보를 제공하는 개체입니다.

구현

적용 대상