C# 클래스 GraphQL.AspNet.Logging.ExecutionEvents.ActionMethodInvocationExceptionLogEntry

Recorded when the invocation of action method generated a known exception; generally related to target invocation errors.
상속: GraphQL.AspNet.Logging.ExecutionEvents.BaseActionMethodExceptionLogEntry
파일 보기 프로젝트 열기: graphql-aspnet/graphql-aspnet

공개 메소드들

메소드 설명
ActionMethodInvocationExceptionLogEntry ( IGraphMethod method, IDataRequest request, Exception exception ) : System

Initializes a new instance of the ActionMethodInvocationExceptionLogEntry class.

메소드 상세

ActionMethodInvocationExceptionLogEntry() 공개 메소드

Initializes a new instance of the ActionMethodInvocationExceptionLogEntry class.
public ActionMethodInvocationExceptionLogEntry ( IGraphMethod method, IDataRequest request, Exception exception ) : System
method IGraphMethod The method being invoked.
request IDataRequest The request being executed on the method.
exception Exception The exception that was thrown.
리턴 System