Creates the HTML markup to display a specified exception error message at design time.
Protected Function CreateErrorDesignTimeHtml ( _ errorMessage As String, _ e As Exception _ ) As String
Dim errorMessage As String Dim e As Exception Dim returnValue As String returnValue = Me.CreateErrorDesignTimeHtml(errorMessage, _ e)
protected string CreateErrorDesignTimeHtml( string errorMessage, Exception e )
protected: String^ CreateErrorDesignTimeHtml( String^ errorMessage, Exception^ e )
protected function CreateErrorDesignTimeHtml( errorMessage : String, e : Exception ) : String
Use the CreateErrorDesignTimeHtml method to provide simple HTML markup that can be used to display error and exception details for a control at design time. The value for errorMessage specifies a localized string that is displayed to the user of the control at design time.
The ControlDesigner class implementation of the CreateErrorDesignTimeHtml method returns a table with two rows, as follows:
The first row contains the type name and site name for the Component property of the ControlDesignerobject.
The second row contains the input error message and the Message string of the exception.
To generate HTML markup for an error message without specifying an exception, use the CreateErrorDesignTimeHtml(String) overload. To generate HTML markup for an exception without specifying a localized error message, use the GetErrorDesignTimeHtml method.
The CreateErrorDesignTimeHtml method should be called from the GetViewRendering or GetErrorDesignTimeHtml method when exceptions occur.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98