VersionDiff.RenderError Method

Renders an error message if the item versions can not be retrieved.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub RenderError ( _
    output As TextWriter, _
    error As String _
)
'Usage
Dim output As TextWriter
Dim error As String

Me.RenderError(output, error)
protected void RenderError(
    TextWriter output,
    string error
)

Parameters

  • error
    Type: System.String

    A string that contains the error message.

See Also

Reference

VersionDiff Class

VersionDiff Members

Microsoft.SharePoint.WebControls Namespace