Share via


ParameterSelectionControl.RenderErrorHtml method

Renders the HTML for an exception.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Protected Overridable Sub RenderErrorHtml ( _
    ex As BpmException, _
    writer As HtmlTextWriter _
)
'Usage
Dim ex As BpmException
Dim writer As HtmlTextWriter

Me.RenderErrorHtml(ex, writer)
protected virtual void RenderErrorHtml(
    BpmException ex,
    HtmlTextWriter writer
)

Parameters

See also

Reference

ParameterSelectionControl class

ParameterSelectionControl members

Microsoft.PerformancePoint.Scorecards.ServerRendering namespace