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
e
Type : System.ExceptionL'exception.
writer
Type : System.Web.UI.HtmlTextWriterL'auteur du message HTML.
Valeur renvoyée
Type : System.String
Voir aussi
Référence
Microsoft.PerformancePoint.Scorecards.Server - Espace de noms