C# 클래스 Customer.Project.Mvc.Instrumentation.ElmahHandlers.HandleErrorElmahAttribute

상속: System.Web.Mvc.HandleErrorAttribute
파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit

공개 메소드들

메소드 설명
ElmahErrorForUserKey ( string userName ) : string
HandleErrorElmahAttribute ( IFormatLogger logger ) : System
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

비공개 메소드들

메소드 설명
IsFiltered ( System.Web.Mvc.ExceptionContext context ) : bool
RaiseErrorSignal ( Exception e ) : bool

메소드 상세

ElmahErrorForUserKey() 공개 정적인 메소드

public static ElmahErrorForUserKey ( string userName ) : string
userName string
리턴 string

HandleErrorElmahAttribute() 공개 메소드

public HandleErrorElmahAttribute ( IFormatLogger logger ) : System
logger IFormatLogger
리턴 System

OnException() 공개 메소드

public OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
리턴 void