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
參數相關聯的屬性。