ESRI.ArcGIS.ADF.Web.UI.WebControls
GetErrorDesignTimeHtml Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > NavigationDesigner Class : GetErrorDesignTimeHtml Method




e
The exception that occurred.
Gets the HTML that provides information about the specified exception. This method is typically called after an error has been encountered at design time.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function GetErrorDesignTimeHtml( _
   ByVal e As Exception _
) As String
Visual Basic (Usage)Copy Code
Dim instance As NavigationDesigner
Dim e As Exception
Dim value As String
 
value = instance.GetErrorDesignTimeHtml(e)
C# 
protected override string GetErrorDesignTimeHtml( 
   Exception e
)

Parameters

e
The exception that occurred.

Return Value

The HTML for the specified exception.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.