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.
Writes the HTML for the specified error string.
Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Shared Sub WriteErrorHtml ( _
writer As HtmlTextWriter, _
error As String _
)
'Usage
Dim writer As HtmlTextWriter
Dim error As StringErrorUtils.WriteErrorHtml(writer, error)
public static void WriteErrorHtml(
HtmlTextWriter writer,
string error
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe HTML writer.
error
Type: System.StringThe error.