BaseDataBoundControlDesigner.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
參數
傳回
當錯誤發生時,在設計階段用來呈現控制項的標記。
備註
錯誤設計時間控制項會轉譯為佔位元元,其中包含類型名稱、控制項名稱,以及描述錯誤的訊息。