C# Class Customer.Project.Mvc.Instrumentation.ElmahHandlers.HandleErrorElmahAttribute

Inheritance: System.Web.Mvc.HandleErrorAttribute
Datei anzeigen Open project: atosorigin/AtosMvcStarterKit

Public Methods

Method Description
ElmahErrorForUserKey ( string userName ) : string
HandleErrorElmahAttribute ( IFormatLogger logger ) : System
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

Method Description
IsFiltered ( System.Web.Mvc.ExceptionContext context ) : bool
RaiseErrorSignal ( Exception e ) : bool

Method Details

ElmahErrorForUserKey() public static method

public static ElmahErrorForUserKey ( string userName ) : string
userName string
return string

HandleErrorElmahAttribute() public method

public HandleErrorElmahAttribute ( IFormatLogger logger ) : System
logger IFormatLogger
return System

OnException() public method

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