AnonymousObserver.OnErrorCore(Exception) method¶
Defined in
Type: AnonymousObserverSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
protected override void OnErrorCore(Exception error)
Summary: Calls the action implementing OnError.
Parameters
| Name | Type | Description |
|---|---|---|
error | Exception | The error that has occurred. |