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
error
Type: System.StringThe specified error.