Share via


DelegateValidationControl.RenderValidationErrorMessage Method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Shared Sub RenderValidationErrorMessage ( _
    output As TextWriter, _
    strErrorMessage As String _
)
'Usage
Dim output As TextWriter
Dim strErrorMessage As String

DelegateValidationControl.RenderValidationErrorMessage(output, _
    strErrorMessage)
public static void RenderValidationErrorMessage(
    TextWriter output,
    string strErrorMessage
)

Parameters

See Also

Reference

DelegateValidationControl Class

DelegateValidationControl Members

Microsoft.Office.Server.WebControls Namespace