DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnError Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the observer that the provider has experienced an error condition.
 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
	Parameters
- error
 - Exception
 
An object that provides additional information about the error.