C# Class MVC4ServicesBook.Web.Common.ActionExceptionHandler

Inheritance: IActionExceptionHandler
Afficher le fichier Open project: jamiekurtz/Mvc4ServicesBook

Méthodes publiques

Méthode Description
ActionExceptionHandler ( log4net.ILog logger, IExceptionMessageFormatter exceptionMessageFormatter ) : System
HandleException ( System.Web.Http.Filters.HttpActionExecutedContext filterContext ) : void

Method Details

ActionExceptionHandler() public méthode

public ActionExceptionHandler ( log4net.ILog logger, IExceptionMessageFormatter exceptionMessageFormatter ) : System
logger log4net.ILog
exceptionMessageFormatter IExceptionMessageFormatter
Résultat System

HandleException() public méthode

public HandleException ( System.Web.Http.Filters.HttpActionExecutedContext filterContext ) : void
filterContext System.Web.Http.Filters.HttpActionExecutedContext
Résultat void