通过


ChangePasswordDesigner.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创建或呈现关联的控件时引发的控件。

返回

包含有关指定异常信息的占位符的标记。

注解

占位符包含类型和控件名称、错误消息和 Messagee 参数关联的属性。

适用于

另请参阅