C# Class Elmah.ErrorFilterModule

HTTP module implementation that logs unhandled exceptions in an ASP.NET Web application to an error log.
Inheritance: IHttpModule
Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module.

Init ( System.Web.HttpApplication application ) : void

Initializes the module and prepares it to handle requests.

Méthodes protégées

Méthode Description
OnErrorModuleFiltering ( object sender, ExceptionFilterEventArgs args ) : void

Method Details

Dispose() public méthode

Disposes of the resources (other than memory) used by the module.
public Dispose ( ) : void
Résultat void

Init() public méthode

Initializes the module and prepares it to handle requests.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
Résultat void

OnErrorModuleFiltering() protected méthode

protected OnErrorModuleFiltering ( object sender, ExceptionFilterEventArgs args ) : void
sender object
args ExceptionFilterEventArgs
Résultat void