ParameterSelectionControl.RenderErrorHtml - Méthode
Affiche le code HTML pour une exception.
Espace de noms : Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly : Microsoft.PerformancePoint.Scorecards.ServerRendering (dans Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntaxe
'Déclaration
Protected Overridable Sub RenderErrorHtml ( _
ex As BpmException, _
writer As HtmlTextWriter _
)
'Utilisation
Dim ex As BpmException
Dim writer As HtmlTextWriter
Me.RenderErrorHtml(ex, writer)
protected virtual void RenderErrorHtml(
BpmException ex,
HtmlTextWriter writer
)
Paramètres
ex
Type : Microsoft.PerformancePoint.Scorecards.BpmExceptionL'exception.
writer
Type : System.Web.UI.HtmlTextWriterL'auteur du message HTML.
Voir aussi
Référence
ParameterSelectionControl classe
ParameterSelectionControl - Membres
Microsoft.PerformancePoint.Scorecards.ServerRendering - Espace de noms