Method | Description | |
---|---|---|
GetConfig ( ) : object |
Gets the configuration object used by OnInit to read the settings for module.
|
|
GetErrorLog ( System.Web.HttpContextBase context ) : Elmah.ErrorLog |
Gets the ErrorLog instance to which the module will log exceptions.
|
|
LogException ( |
Logs an exception and its context to the error log.
|
|
OnError ( object sender, |
The handler called when an unhandled exception bubbles up to the module.
|
|
OnErrorSignaled ( object sender, |
The handler called when an exception is explicitly signaled.
|
|
OnFiltering ( |
Raises the Filtering event.
|
|
OnInit ( System.Web.HttpApplication application ) : void |
Initializes the module and prepares it to handle requests.
|
Method | Description | |
---|---|---|
AsyncArgs ( ) : object[] | ||
GetSetting ( System.Collections.IDictionary config, string name, string defaultValue ) : string | ||
OnGetRequestStreamCompleted ( IAsyncResult ar ) : void | ||
OnGetRequestStreamCompleted ( IAsyncResult ar, |
||
OnGetResponseCompleted ( IAsyncResult ar ) : void | ||
OnGetResponseCompleted ( IAsyncResult ar, |
||
OnWebPostError ( |
protected GetErrorLog ( System.Web.HttpContextBase context ) : Elmah.ErrorLog | ||
context | System.Web.HttpContextBase | |
return | Elmah.ErrorLog |
protected LogException ( |
||
e | ||
context | System.Web.HttpContextBase | |
return | void |
protected OnError ( object sender, |
||
sender | object | |
args | ||
return | void |
protected OnErrorSignaled ( object sender, |
||
sender | object | |
args | ||
return | void |
protected OnFiltering ( |
||
args | ||
return | void |
protected OnInit ( System.Web.HttpApplication application ) : void | ||
application | System.Web.HttpApplication | |
return | void |