LoginNameDesigner::GetErrorDesignTimeHtml Method (Exception^)

 

Provides the markup that is used to render the associated control at design time when an error has occurred.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual String^ GetErrorDesignTimeHtml(
	Exception^ e
) override

Parameters

e
Type: System::Exception^

The Exception that was thrown.

Return Value

Type: System::String^

A string that contains the markup used to render the associated LoginName at design time after an error has occurred.

If an error occurs in trying to display the design-time view of the LoginName control, this method returns the HTML markup to display a placeholder that contains the type name, the control name, and one or more messages describing the error.

.NET Framework
Available since 2.0
Return to top
Show: