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
파일 보기 프로젝트 열기: NationalResearchCorporation/ScrumThing

공개 메소드들

메소드 설명
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