SiteMapPathDesigner.GetErrorDesignTimeHtml(Exception) Metod

Definition

Hämtar HTML-koden som innehåller information om det angivna undantaget.

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

Parametrar

e
Exception

Undantaget som inträffade.

Returer

Returnerar String.

Gäller för

Se även