C# Class BinaryStudio.TaskManager.Web.ErrorHandler

Global Exception Handler, logs all unhandled Exceptions
Inheritance: System.Web.Mvc.HandleErrorAttribute
Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager

Méthodes publiques

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

Method Details

OnException() public méthode

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