Persistate API documentation
Add Method (section, errorMessage)
NamespacesPersistate.LanguageErrorTokenAdd(Section, String)

[This is preliminary documentation and is subject to change.]

Adds a new error to the collection of errors in this error token.
Declaration Syntax
C#
public void Add(
	Section section,
	string errorMessage
)
Parameters
section (Section)
The section of source text exhibiting the error.
errorMessage (String)
A string describing the error.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the token does not contain an error collection.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)