C# Class Elfar.Mvc.ErrorLogFilter

Inheritance: System.Web.Mvc.FilterAttribute, IExceptionFilter
Afficher le fichier Open project: stevenbey/elfar

Private Properties

Свойство Type Description
Exclude bool
TryExecute void

Méthodes publiques

Méthode Description
OnException ( System.Web.Mvc.ExceptionContext exceptionContext ) : void

Private Methods

Méthode Description
Exclude ( System.Web.Mvc.ExceptionContext exceptionContext ) : bool
TryExecute ( Action action, ErrorLog errorLog ) : void

Method Details

OnException() public méthode

public OnException ( System.Web.Mvc.ExceptionContext exceptionContext ) : void
exceptionContext System.Web.Mvc.ExceptionContext
Résultat void