C# Class GraphQL.AspNet.Logging.ExecutionEvents.ActionMethodInvocationExceptionLogEntry

Recorded when the invocation of action method generated a known exception; generally related to target invocation errors.
Inheritance: GraphQL.AspNet.Logging.ExecutionEvents.BaseActionMethodExceptionLogEntry
Afficher le fichier Open project: graphql-aspnet/graphql-aspnet

Méthodes publiques

Méthode Description
ActionMethodInvocationExceptionLogEntry ( IGraphMethod method, IDataRequest request, Exception exception ) : System

Initializes a new instance of the ActionMethodInvocationExceptionLogEntry class.

Method Details

ActionMethodInvocationExceptionLogEntry() public méthode

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.
Résultat System