SiteMapPathDesigner.GetErrorDesignTimeHtml(Exception) Método

Definición

Obtiene el formato HTML que proporciona información sobre la excepción 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

Excepción que se ha producido.

Devoluciones

String

Devuelve String.

Se aplica a

Consulte también