Partilhar via


ErrorUtils.GenerateErrorHtml Method

Generates the HTML for the specified exception.

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

Syntax

'Declaration
Public Shared Function GenerateErrorHtml ( _
    e As Exception, _
    writer As HtmlTextWriter _
) As String
'Usage
Dim e As Exception
Dim writer As HtmlTextWriter
Dim returnValue As String

returnValue = ErrorUtils.GenerateErrorHtml(e, _
    writer)
public static string GenerateErrorHtml(
    Exception e,
    HtmlTextWriter writer
)

Parameters

Return Value

Type: System.String

See Also

Reference

ErrorUtils Class

ErrorUtils Members

Microsoft.PerformancePoint.Scorecards.Server Namespace