Method | Description | |
---|---|---|
GetErrorLog ( System.Web.HttpContextBase context ) : Elmah.ErrorLog |
Gets the ErrorLog instance to which the module will log exceptions.
|
|
LogException ( Exception e, HttpContextBase context ) : void |
Logs an exception and its context to the error log.
|
|
OnError ( object sender, EventArgs args ) : void |
The handler called when an unhandled exception bubbles up to the module.
|
|
OnErrorSignaled ( object sender, ErrorSignalEventArgs args ) : void |
The handler called when an exception is explicitly signaled.
|
|
OnFiltering ( ExceptionFilterEventArgs args ) : void |
Raises the Filtering event.
|
|
OnInit ( HttpApplication application ) : void |
Initializes the module and prepares it to handle requests.
|
|
OnLogged ( ErrorLoggedEventArgs args ) : void |
Raises the Logged event.
|
protected GetErrorLog ( System.Web.HttpContextBase context ) : Elmah.ErrorLog | ||
context | System.Web.HttpContextBase | |
return | Elmah.ErrorLog |
protected LogException ( Exception e, HttpContextBase context ) : void | ||
e | Exception | |
context | HttpContextBase | |
return | void |
protected OnError ( object sender, EventArgs args ) : void | ||
sender | object | |
args | EventArgs | |
return | void |
protected OnErrorSignaled ( object sender, ErrorSignalEventArgs args ) : void | ||
sender | object | |
args | ErrorSignalEventArgs | |
return | void |
protected OnFiltering ( ExceptionFilterEventArgs args ) : void | ||
args | ExceptionFilterEventArgs | |
return | void |
protected OnInit ( HttpApplication application ) : void | ||
application | HttpApplication | |
return | void |
protected OnLogged ( ErrorLoggedEventArgs args ) : void | ||
args | ErrorLoggedEventArgs | |
return | void |