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
Datei anzeigen Open project: graphql-aspnet/graphql-aspnet

Public Methods

Method Description
ActionMethodInvocationExceptionLogEntry ( IGraphMethod method, IDataRequest request, Exception exception ) : System

Initializes a new instance of the ActionMethodInvocationExceptionLogEntry class.

Method Details

ActionMethodInvocationExceptionLogEntry() public method

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.
return System