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
)
Private Sub OnError (
error As Exception
) Implements IObserver(Of KeyValuePair(Of String, Object)).OnError
Parameters
- error
- Type: SystemException
An object that provides additional information about the error.
Implements
IObserverTOnError(Exception)See Also