共用方式為


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

傳回

包含指定例外狀況相關資訊的替代符號之標記。

備註

佔位元包含類型和控件名稱、錯誤訊息,以及 Messagee 參數相關聯的屬性。

適用於

另請參閱