BehaviorSubject.OnError(Exception) method¶
Defined in
Type: BehaviorSubjectSystem.Reactive.Subjects
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public override void OnError(Exception error)
Summary: Notifies all subscribed observers about the exception.
Parameters
| Name | Type | Description |
|---|---|---|
error | Exception | The exception to send to all observers. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | error is null. |