WebFormsRootDesigner.GenerateErrorDesignTimeHtml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates HTML markup that is used to display an error message at design time by using the specified control, exception, and message.
public:
virtual System::String ^ GenerateErrorDesignTimeHtml(System::Web::UI::Control ^ control, Exception ^ e, System::String ^ errorMessage);
public virtual string GenerateErrorDesignTimeHtml (System.Web.UI.Control control, Exception e, string errorMessage);
abstract member GenerateErrorDesignTimeHtml : System.Web.UI.Control * Exception * string -> string
override this.GenerateErrorDesignTimeHtml : System.Web.UI.Control * Exception * string -> string
Public Overridable Function GenerateErrorDesignTimeHtml (control As Control, e As Exception, errorMessage As String) As String
Parameters
Returns
HTML markup for a control and exception information.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.