RelationalLoggerExtensions.ConnectionError Method

Definition

Logs for the ConnectionError event.

C#
public static void ConnectionError (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Connection> diagnostics, Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, Exception exception, DateTimeOffset startTime, TimeSpan duration, bool logErrorAsDebug);

Parameters

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Database.Connection>

The diagnostics logger to use.

connection
IRelationalConnection

The connection.

exception
Exception

The exception representing the error.

startTime
DateTimeOffset

The time that the operation was started.

duration
TimeSpan

The elapsed time before the operation failed.

logErrorAsDebug
Boolean

A flag indicating the exception is being handled and so it should be logged at Debug level.

Applies to

Toode Versioonid
Entity Framework Core 3.0, 3.1, 5.0