C# Class Signum.Web.SignumExceptionHandlerAttribute

Inheritance: System.Web.Mvc.HandleErrorAttribute
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
CleanException Exception>.Func
GetHttpError int>.Func
GetResult Func
LogException Action
OnControllerException Action

Public Methods

Method Description
HandlerApplication_Error ( HttpRequest request, HttpContext context, bool isWebRequest ) : void
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Method Details

HandlerApplication_Error() public static method

public static HandlerApplication_Error ( HttpRequest request, HttpContext context, bool isWebRequest ) : void
request HttpRequest The request from the GlobalAsax is behaves differently!
context System.Web.HttpContext
isWebRequest bool
return void

OnException() public method

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

Property Details

CleanException public static property

public static Func CleanException
return Exception>.Func

GetHttpError public static property

public static Func GetHttpError
return int>.Func

GetResult public static property

public static Func GetResult
return Func

LogException public static property

public static Action LogException
return Action

OnControllerException public static property

public static Action OnControllerException
return Action