ObserverBase.OnError(Exception) method¶
Defined in
Type: ObserverBaseSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public void OnError(Exception error)
Summary: Notifies the observer that an exception has occurred.
Parameters
| Name | Type | Description |
|---|---|---|
error | Exception | The error that has occurred. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | error is null. |