IErrorBoundaryLogger.LogErrorAsync(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A ValueTask representing the completion of the operation.