PasswordRecoveryDesigner.GetErrorDesignTimeHtml(Exception) 方法

定義

擷取可提供所指定例外狀況之相關資訊的 HTML 標記。

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 標記。

適用於

另請參閱