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
- output
Type: System.Web.UI.HtmlTextWriter
The HtmlTextWriter object that receives the server control content.
Remarks
This override renders the page error message that corresponds to the specified error image type.