ErrorBoundary.OnErrorAsync(Exception) Method

Definition

Invoked by the base class when an error is being handled. The default implementation logs the error.

protected override System.Threading.Tasks.Task OnErrorAsync (Exception exception);
override this.OnErrorAsync : Exception -> System.Threading.Tasks.Task
Protected Overrides Function OnErrorAsync (exception As Exception) As Task

Parameters

exception
Exception

The Exception being handled.

Returns

Applies to