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
ファイルを表示 Open project: squadwuschel/MvcControllerToProxyGenerator

Public Methods

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

Method Details

OnException() public method

public OnException ( System.Web.Mvc.ExceptionContext context ) : void
context System.Web.Mvc.ExceptionContext
return void