Share via


IRelationalConnectionDiagnosticsLogger.ConnectionError Method

Definition

Logs for the ConnectionError event.

public void ConnectionError (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, Exception exception, DateTimeOffset startTime, TimeSpan duration, bool logErrorAsDebug);
abstract member ConnectionError : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * Exception * DateTimeOffset * TimeSpan * bool -> unit
Public Sub ConnectionError (connection As IRelationalConnection, exception As Exception, startTime As DateTimeOffset, duration As TimeSpan, logErrorAsDebug As Boolean)

Parameters

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