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 异常。

返回

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

注解

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

适用于

另请参阅