C# Class AspNet5.Filters.ExceptionFilters.CustomTwoLoggingExceptionFilter

Inheritance: Microsoft.AspNetCore.Mvc.Filters.ExceptionFilterAttribute
Afficher le fichier Open project: damienbod/AspNet5Filters

Méthodes publiques

Méthode Description
CustomTwoLoggingExceptionFilter ( ILoggerFactory loggerFactory ) : Microsoft.AspNetCore.Mvc.Filters
OnException ( ExceptionContext context ) : void

Private Methods

Méthode Description
handleCustomException ( ExceptionContext context ) : void

Method Details

CustomTwoLoggingExceptionFilter() public méthode

public CustomTwoLoggingExceptionFilter ( ILoggerFactory loggerFactory ) : Microsoft.AspNetCore.Mvc.Filters
loggerFactory ILoggerFactory
Résultat Microsoft.AspNetCore.Mvc.Filters

OnException() public méthode

public OnException ( ExceptionContext context ) : void
context ExceptionContext
Résultat void