Skip to content

ObserverBase.OnError(Exception) method

Defined in

Type: ObserverBase Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void OnError(Exception error)

Summary: Notifies the observer that an exception has occurred.

Parameters

NameTypeDescription
errorExceptionThe error that has occurred.

Exceptions

TypeCondition
System.ArgumentNullExceptionerror is null.