共用方式為


TreeViewDesigner.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

傳回

當錯誤發生時,在設計階段用來呈現控制項的標記。

適用於

另請參閱