CoreLoggerExtensions.QueryIterationFailed(IDiagnosticsLogger<DbLoggerCategory.Query>, Type, Exception) Yöntem

Tanım

QueryIterationFailedOlay günlükleri.

public static void QueryIterationFailed (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> diagnostics, Type contextType, Exception exception);
static member QueryIterationFailed : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> * Type * Exception -> unit
<Extension()>
Public Sub QueryIterationFailed (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Query), contextType As Type, exception As Exception)

Parametreler

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Query>

Kullanılacak tanılama günlükçüsü.

contextType
Type

DbContextKullanılan tür.

exception
Exception

Bu hataya neden olan özel durum.

Şunlara uygulanır