C# Класс NRC.Reveal.Common.Mvc.HandleErrorAttribute

This filter is applied globally to log all controller exceptions, and redirect to the Error view.
Наследование: System.Web.Mvc.HandleErrorAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
OnException ( System filterContext ) : void

Called when an exception occurs.

Описание методов

OnException() публичный Метод

Called when an exception occurs.
public OnException ( System filterContext ) : void
filterContext System The action-filter context.
Результат void