C# Class Glimpse.Elmah.Sample.Errors

Show file Open project: stevenlauwers22/Glimpse.Elmah

Protected Properties

Property Type Description
ExceptionTypeToThrowDropDownList global::System.Web.UI.WebControls.DropDownList
SubmitButton global::System.Web.UI.WebControls.Button
form global::System.Web.UI.HtmlControls.HtmlForm

Public Methods

Method Description
SubmitButtonClick ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SubmitButtonClick() public method

public SubmitButtonClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ExceptionTypeToThrowDropDownList protected property

ExceptionTypeToThrowDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ExceptionTypeToThrowDropDownList
return global::System.Web.UI.WebControls.DropDownList

SubmitButton protected property

SubmitButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button SubmitButton
return global::System.Web.UI.WebControls.Button

form protected property

form control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form
return global::System.Web.UI.HtmlControls.HtmlForm