Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NRC
Reveal
Common
Mvc
HandleErrorAttribute
C# Class NRC.Reveal.Common.Mvc.HandleErrorAttribute
This filter is applied globally to log all controller exceptions, and redirect to the Error view.
Inheritance:
System.Web.Mvc.HandleErrorAttribute
Mostra file
Open project: NationalResearchCorporation/ScrumThing
Public Methods
Method
Description
OnException
(
System
filterContext
) :
void
Called when an exception occurs.
Method Details
OnException()
public
method
Called when an exception occurs.
public
OnException
(
System
filterContext
) :
void
filterContext
System
The action-filter context.
return
void