C# Class AppfailReporting.Appfail

Show file Open project: skroonenburg/AppFail-ASP.NET

Private Properties

Property Type Description
GetHttpStatusCode HttpStatusCode
IsCookieFiltered bool
IsFilteredByFluentExpression bool
IsFilteredByWebConfig bool
IsPostFiltered bool
IsServerVariableFiltered bool

Public Methods

Method Description
RenderIncludes ( ) : string
SendToAppfail ( this e, System.Web.HttpContextBase httpContext = null ) : void

Sends the given exception to Appfail

Private Methods

Method Description
GetHttpStatusCode ( HttpException e ) : HttpStatusCode
IsCookieFiltered ( string name ) : bool
IsFilteredByFluentExpression ( Exception e, string url ) : bool
IsFilteredByWebConfig ( Exception e, string url ) : bool
IsPostFiltered ( string name ) : bool
IsServerVariableFiltered ( string name ) : bool

Method Details

RenderIncludes() public static method

public static RenderIncludes ( ) : string
return string

SendToAppfail() public static method

Sends the given exception to Appfail
public static SendToAppfail ( this e, System.Web.HttpContextBase httpContext = null ) : void
e this
httpContext System.Web.HttpContextBase
return void