C# Class Project.Web.App.ApplicationError

Afficher le fichier Open project: tylermercier/mvc_template Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ApplicationError ( HttpServerUtility server, HttpResponse response, HttpContext context ) : System.Web
server System.Web.HttpServerUtility
response System.Web.HttpResponse
context System.Web.HttpContext
Résultat System.Web

CanHandle() public méthode

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

ResetResponse() public méthode

public ResetResponse ( ) : void
Résultat void