C# Class Project.Web.App.ApplicationError

ファイルを表示 Open project: tylermercier/mvc_template Class Usage Examples

Public Methods

Method Description
ApplicationError ( HttpServerUtility server, HttpResponse response, HttpContext context ) : System.Web
CanHandle ( ) : bool

Avoid handling non-http exceptions and internal server errors

ResetResponse ( ) : void

Method Details

ApplicationError() public method

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

CanHandle() public method

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

ResetResponse() public method

public ResetResponse ( ) : void
return void