C# 클래스 Project.Web.App.ApplicationError

파일 보기 프로젝트 열기: tylermercier/mvc_template 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationError ( HttpServerUtility server, HttpResponse response, HttpContext context ) : System.Web
CanHandle ( ) : bool

Avoid handling non-http exceptions and internal server errors

ResetResponse ( ) : void

메소드 상세

ApplicationError() 공개 메소드

public ApplicationError ( HttpServerUtility server, HttpResponse response, HttpContext context ) : System.Web
server System.Web.HttpServerUtility
response System.Web.HttpResponse
context System.Web.HttpContext
리턴 System.Web

CanHandle() 공개 메소드

Avoid handling non-http exceptions and internal server errors
public CanHandle ( ) : bool
리턴 bool

ResetResponse() 공개 메소드

public ResetResponse ( ) : void
리턴 void