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
Показать файл Открыть проект

Открытые методы

Метод Описание
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