C# Class Unic.SitecoreCMS.Modules.ErrorManager.Website.sitecore_modules.Web.Error_Manager._404

Page for status code 404 (notfound). It inherits from the BaseError, which does all needed stuff.
Inheritance: Unic.SitecoreCMS.Modules.ErrorManager.Controls.BaseError
Show file Open project: unic/SitecoreErrorManager

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event and sets the settings key and status code for the current error page.

Method Details

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event and sets the settings key and status code for the current error page.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void