Share via


IErrorBoundaryLogger.LogErrorAsync(Exception) Method

Definition

Logs the supplied exception.

public System.Threading.Tasks.ValueTask LogErrorAsync (Exception exception);
abstract member LogErrorAsync : Exception -> System.Threading.Tasks.ValueTask
Public Function LogErrorAsync (exception As Exception) As ValueTask

Parameters

exception
Exception

The Exception to log.

Returns

A ValueTask representing the completion of the operation.

Applies to