Skip to content

AsyncSubject.OnError(Exception) method

Defined in

Type: AsyncSubject Namespace: System.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

NameTypeDescription
errorExceptionThe exception to send to all observers.

Exceptions

TypeCondition
System.ArgumentNullExceptionerror is null.