Partilhar via


ErrorUtils.WriteErrorHtml Method

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

See Also

Reference

ErrorUtils Class

ErrorUtils Members

Microsoft.PerformancePoint.Scorecards.Server Namespace