다음을 통해 공유


CoreLoggerExtensions.QueryIterationFailed 메서드

정의

이벤트에 대한 로그입니다 QueryIterationFailed .

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)

매개 변수

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Query>

사용할 진단 로거입니다.

contextType
Type

DbContext 사용 중인 형식입니다.

exception
Exception

이 오류를 발생시킨 예외입니다.

적용 대상