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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.