LoginNameDesigner::GetErrorDesignTimeHtml Method (Exception^)
.NET Framework (current version)
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::String^A string that contains the markup used to render the associated LoginName at design time after an error has occurred.
If an error occurs in trying to display the design-time view of the LoginName control, this method returns the HTML markup to display a placeholder that contains the type name, the control name, and one or more messages describing the error.
.NET Framework
Available since 2.0
Available since 2.0
Show: