Click or drag to resize

DiagnosticTracerBaseIObserverKeyValuePairString, ObjectOnError Method

Notifies the observer that the provider has experienced an error condition.

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
void IObserver<KeyValuePair<string, Object>>.OnError(
	Exception error
)

Parameters

error
Type: SystemException
An object that provides additional information about the error.

Implements

IObserverTOnError(Exception)
See Also