SiteMapPathDesigner::GetErrorDesignTimeHtml Method (Exception^)

 
Use BaseTrue

Gets 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^

Returns String.

.NET Framework
Available since 2.0
Return to top
Show: