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