ChangePasswordDesigner.GetErrorDesignTimeHtml(Exception) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取呈现为占位符的标记,该占位符中包含尝试在设计时创建或呈现关联的控件时产生的错误的有关信息。
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
参数
返回
包含指定异常的有关信息的占位符的标记。
注解
占位符包含类型和控件名称、错误消息以及与 Message 参数关联的 e
属性。