RepeaterDesigner::GetErrorDesignTimeHtml Method (Exception^)

 
Use BaseTrue

This API supports the product infrastructure and is not intended to be used directly from your code.

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 1.1
Return to top
Show: