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
output
Type: System.IO.TextWriterA TextWriter that receives the error output.
error
Type: System.StringA string that contains the error message.