TreeViewDesigner.GetErrorDesignTimeHtml Method (Exception)

 

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

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

protected override string GetErrorDesignTimeHtml(
	Exception e
)

Parameters

e
Type: System.Exception

The Exception that was thrown.

Return Value

Type: System.String

The markup used to render the control at design time when an error has occurred.

.NET Framework
Available since 2.0
Return to top
Show: