ParseContext.AddError method

Adds the specified error to the context.

Namespace:  Microsoft.SharePoint.BusinessData.Parser
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub AddError ( _
    error As String _
)
'Usage
Dim instance As ParseContext
Dim error As String

instance.AddError(error)
public void AddError(
    string error
)

Parameters

See also

Reference

ParseContext class

ParseContext members

Microsoft.SharePoint.BusinessData.Parser namespace