SiteMapPathDesigner.GetErrorDesignTimeHtml(Exception) 方法

定义

获取提供有关指定异常的信息的 HTML 标记。

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

发生的异常。

返回

返回 String

适用于

另请参阅