RepeaterDesigner.GetErrorDesignTimeHtml(Exception) メソッド

定義

指定された例外に関する情報を提供する HTML マークアップを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

発生した例外。

戻り値

指定された例外のデザイン時の HTML マークアップ。

適用対象