Application Error Module that can be used to handle errors. Uses WebErrorHandler to collect error and request information in a single place, and abstracts the error handling to OnLogError and OnDisplayError hooks to manage only the parts that we are typically interested in in error processing.
Westwind.Web.ApplicationErrorModule
public abstract class ApplicationErrorModule : object, IHttpModule
Class Members
Member | Description | |
---|---|---|
Dispose |
public sealed void Dispose() |
|
Init |
Hook up Application.Error event public virtual void Init(HttpApplication context) |
|
ErrorHandlingMode |
Determines the error handling mode - if you want to customize this value override it in your application's startup code or from a configuration value by overriding the Init(). |
Requirements
Namespace: Westwind.WebAssembly: westwind.web.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic