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

Inheritance: HttpModuleBase
Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
ErrorHandlingModule ( ) : System

Méthodes protégées

Méthode Description
OnDisposing ( bool disposing ) : void

Private Methods

Méthode Description
IsAnErrorResponse ( System.Web.HttpResponseBase httpResponse ) : bool

Method Details

ErrorHandlingModule() public méthode

public ErrorHandlingModule ( ) : System
Résultat System

OnDisposing() protected méthode

protected OnDisposing ( bool disposing ) : void
disposing bool
Résultat void