C# Class Machete.Web.Controllers.MacheteController

Inheritance: Controller
ファイルを表示 Open project: SavageLearning/Machete

Protected Methods

Method Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Unified exception handling for controllers. NLog and json response.

Method Details

OnException() protected method

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