C# 클래스 Candor.Web.Mvc.Filters.HandleAndLogErrorAttribute

An MVC filter attribute to log unhandled exceptions.
상속: System.Web.Mvc.HandleErrorAttribute
파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Called when an exception occurs.

메소드 상세

OnException() 공개 메소드

Called when an exception occurs.
The parameter is null.
public OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext The action-filter context.
리턴 void