LoginDesigner::GetErrorDesignTimeHtml Method
Provides the markup that is used to render the associated control at design time when an error has occurred.
Assembly: System.Design (in System.Design.dll)
Parameters
- e
- Type: System::Exception
The Exception that was thrown.
Return Value
Type: System::StringA string that contains the markup used to render the associated Login at design time after an error has occurred.
The placeholder that the design-time Login control renders contains the type name, the control name, and messages announcing and describing the error.
The following code example shows how to override the GetErrorDesignTimeHtml method in a class that is inherited from the LoginDesigner class to change the appearance of a control that is derived from the Login control at design time. The example generates the markup for a placeholder that includes the error message rendered in red, bold text.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.