SiteMapPathDesigner.GetErrorDesignTimeHtml(Exception) Método

Definição

Recebe a marcação HTML que fornece informações sobre a exceção especificada.

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

Parâmetros

e
Exception

A exceção que ocorreu.

Devoluções

Retorna String.

Aplica-se a

Ver também