C# Class VolTeer.ErrorPage

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: CISC181/VolTeerNET

Protected Properties

Свойство Type Description
DetailedErrorPanel global::System.Web.UI.WebControls.Panel
ErrorDetailedMsg global::System.Web.UI.WebControls.Label
ErrorHandler global::System.Web.UI.WebControls.Label
FriendlyErrorMsg global::System.Web.UI.WebControls.Label
InnerMessage global::System.Web.UI.WebControls.Label
InnerTrace global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

DetailedErrorPanel protected_oe property

DetailedErrorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel DetailedErrorPanel
Résultat global::System.Web.UI.WebControls.Panel

ErrorDetailedMsg protected_oe property

ErrorDetailedMsg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ErrorDetailedMsg
Résultat global::System.Web.UI.WebControls.Label

ErrorHandler protected_oe property

ErrorHandler control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ErrorHandler
Résultat global::System.Web.UI.WebControls.Label

FriendlyErrorMsg protected_oe property

FriendlyErrorMsg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label FriendlyErrorMsg
Résultat global::System.Web.UI.WebControls.Label

InnerMessage protected_oe property

InnerMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label InnerMessage
Résultat global::System.Web.UI.WebControls.Label

InnerTrace protected_oe property

InnerTrace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label InnerTrace
Résultat global::System.Web.UI.WebControls.Label