LoginNameDesigner.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

返回

一个字符串,包含发生错误后在设计时呈现关联 LoginName 的标记。

注解

如果在尝试显示控件的设计时视图 LoginName 时出错,此方法返回 HTML 标记以显示包含类型名称、控件名称以及描述错误的一个或多个消息的占位符。

适用于

另请参阅