C# Class MVC4ServicesBook.Web.Common.ActionExceptionHandler

Inheritance: IActionExceptionHandler
显示文件 Open project: jamiekurtz/Mvc4ServicesBook

Public Methods

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

Method Details

ActionExceptionHandler() public method

public ActionExceptionHandler ( log4net.ILog logger, IExceptionMessageFormatter exceptionMessageFormatter ) : System
logger log4net.ILog
exceptionMessageFormatter IExceptionMessageFormatter
return System

HandleException() public method

public HandleException ( System.Web.Http.Filters.HttpActionExecutedContext filterContext ) : void
filterContext System.Web.Http.Filters.HttpActionExecutedContext
return void