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