PageError.Render Method

Renders the error or warning message with the correct image.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Protected Overrides Sub Render ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.Render(output)
protected override void Render(
    HtmlTextWriter output
)

Parameters

Remarks

This override renders the page error message that corresponds to the specified error image type.

See Also

Reference

PageError Class

PageError Members

Microsoft.Office.Server.WebControls Namespace