C# 클래스 AppfailReporting.Appfail

파일 보기 프로젝트 열기: skroonenburg/AppFail-ASP.NET

Private Properties

프로퍼티 타입 설명
GetHttpStatusCode HttpStatusCode
IsCookieFiltered bool
IsFilteredByFluentExpression bool
IsFilteredByWebConfig bool
IsPostFiltered bool
IsServerVariableFiltered bool

공개 메소드들

메소드 설명
RenderIncludes ( ) : string
SendToAppfail ( this e, System.Web.HttpContextBase httpContext = null ) : void

Sends the given exception to Appfail

비공개 메소드들

메소드 설명
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

메소드 상세

RenderIncludes() 공개 정적인 메소드

public static RenderIncludes ( ) : string
리턴 string

SendToAppfail() 공개 정적인 메소드

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