Skip to content

AnonymousObserver.OnErrorCore(Exception) method

Defined in

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

Applies to

netstandard2.0

protected override void OnErrorCore(Exception error)

Summary: Calls the action implementing OnError.

Parameters

NameTypeDescription
errorExceptionThe error that has occurred.