ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
GetErrorDesignTimeHtml Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > PageLayoutDesigner 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 PageLayoutDesigner
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.

See Also

© 2010 All Rights Reserved.