Persistate API documentation
ErrorToken Constructor (section, errorMessage)
NamespacesPersistate.LanguageErrorTokenErrorToken(Section, String)

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

Creates a new ErrorToken with a single error.
Declaration Syntax
C#
public ErrorToken(
	Section section,
	string errorMessage
)
Parameters
section (Section)
The section of source text exhibiting the error.
errorMessage (String)
A string describing the error.

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