PasswordRecoveryDesigner::GetErrorDesignTimeHtml Method (Exception^)

 

Retrieves the HTML markup that provides information about the specified exception.

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 occurred.

Return Value

Type: System::String^

The design-time HTML markup for the specified exception.

.NET Framework
Available since 2.0
Return to top
Show: