Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ex
Type: Microsoft.PerformancePoint.Scorecards.BpmExceptionThe exception.
writer
Type: System.Web.UI.HtmlTextWriterThe HTML writer.
See Also
Reference
ParameterSelectionControl Class
ParameterSelectionControl Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace