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
e
Type: System.ExceptionThe exception.
writer
Type: System.Web.UI.HtmlTextWriterThe HTML writer.
Return Value
Type: System.String