C# Class Elmah.ErrorHtmlPage

Renders an HTML page displaying the detailed host-generated (ASP.NET) HTML recorded for an error from the error log.
Inheritance: IHttpHandler
Exibir arquivo Open project: elmah/Elmah

Private Properties

Property Type Description

Public Methods

Method Description
IHttpHandler ( HttpContext context ) : void
ProcessRequest ( System.Web.HttpContextBase context ) : void

Method Details

IHttpHandler() public method

public IHttpHandler ( HttpContext context ) : void
context System.Web.HttpContext
return void

ProcessRequest() public method

public ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
return void