共用方式為


SiteMapPathDesigner.GetErrorDesignTimeHtml(Exception) 方法

定義

取得提供有關指定例外狀況 (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

適用於

另請參閱