C# Class ProxyGeneratorDemoPage.Helper.CustomErrorHandlerAttribute

Custom Error Handler der über der passenden Controller Funktion verwendet wird um unbehandelte Ausnahmen abzufangen.
Inheritance: System.Web.Mvc.HandleErrorAttribute
Afficher le fichier Open project: squadwuschel/MvcControllerToProxyGenerator

Méthodes publiques

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

Method Details

OnException() public méthode

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