C# Класс Elmah.ErrorFilterModule

HTTP module implementation that logs unhandled exceptions in an ASP.NET Web application to an error log.
Наследование: IHttpModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnErrorModuleFiltering ( object sender, ExceptionFilterEventArgs args ) : void

Описание методов

Dispose() публичный Метод

Disposes of the resources (other than memory) used by the module.
public Dispose ( ) : void
Результат void

Init() публичный Метод

Initializes the module and prepares it to handle requests.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
Результат void

OnErrorModuleFiltering() защищенный Метод

protected OnErrorModuleFiltering ( object sender, ExceptionFilterEventArgs args ) : void
sender object
args ExceptionFilterEventArgs
Результат void