C# Class Contrive.Common.Web.Modules.ErrorHandlingModule

Inheritance: HttpModuleBase
Show file Open project: alanstevens/Contrive

Public Methods

Method Description
ErrorHandlingModule ( ) : System

Protected Methods

Method Description
OnDisposing ( bool disposing ) : void

Private Methods

Method Description
IsAnErrorResponse ( System.Web.HttpResponseBase httpResponse ) : bool

Method Details

ErrorHandlingModule() public method

public ErrorHandlingModule ( ) : System
return System

OnDisposing() protected method

protected OnDisposing ( bool disposing ) : void
disposing bool
return void