Condividi tramite


PasswordRecoveryDesigner.GetErrorDesignTimeHtml(Exception) Metodo

Definizione

Recupera il markup HTML che fornisce informazioni sull'eccezione specificata.

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

Parametri

e
Exception

Eccezione che si è verificata.

Restituisce

Markup HTML della fase di progettazione per l'eccezione specificata.

Si applica a

Vedi anche