C# Class Machete.Web.Controllers.MacheteController

Inheritance: Controller
Afficher le fichier Open project: SavageLearning/Machete

Méthodes protégées

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

Unified exception handling for controllers. NLog and json response.

Method Details

OnException() protected méthode

Unified exception handling for controllers. NLog and json response.
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void