BaseDataBoundControlDesigner.GetErrorDesignTimeHtml(Exception) 方法

定义

提供发生错误时用于在设计时呈现控件的标记。

protected:
 override System::String ^ GetErrorDesignTimeHtml(Exception ^ e);
protected override string GetErrorDesignTimeHtml (Exception e);
override this.GetErrorDesignTimeHtml : Exception -> string
Protected Overrides Function GetErrorDesignTimeHtml (e As Exception) As String

参数

e
Exception

所引发的 Exception

返回

用于发生错误时在设计时呈现控件的标记。

注解

错误设计时控件呈现为占位符,其中包含类型名称、控件名称和描述错误的消息。

适用于

另请参阅