ErrorBoundaryBase.OnErrorAsync(Exception) Method

Definition

Invoked by the base class when an error is being handled. Typically, derived classes should log the exception from this method.

protected abstract System.Threading.Tasks.Task OnErrorAsync (Exception exception);
abstract member OnErrorAsync : Exception -> System.Threading.Tasks.Task
Protected MustOverride Function OnErrorAsync (exception As Exception) As Task

Parameters

exception
Exception

The Exception being handled.

Returns

Applies to