ErrorUtils.GenerateErrorHtml - Méthode

Génère le code HTML pour l'exception spécifiée.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Server
Assembly :  Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntaxe

'Déclaration
Public Shared Function GenerateErrorHtml ( _
    e As Exception, _
    writer As HtmlTextWriter _
) As String
'Utilisation
Dim e As Exception
Dim writer As HtmlTextWriter
Dim returnValue As String

returnValue = ErrorUtils.GenerateErrorHtml(e, _
    writer)
public static string GenerateErrorHtml(
    Exception e,
    HtmlTextWriter writer
)

Paramètres

Valeur renvoyée

Type : System.String

Voir aussi

Référence

ErrorUtils classe

ErrorUtils - Membres

Microsoft.PerformancePoint.Scorecards.Server - Espace de noms