Persistate API documentation
Add Method (section, errorMessage, parameters)
NamespacesPersistate.LanguageErrorTokenAdd(Section, String, array<Object>[]()[][])

[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,
	params Object[] parameters
)
Parameters
section (Section)
The section of source text exhibiting the error.
errorMessage (String)
A string describing the error. This can contain placeholders similar to those used by string.Format.
parameters (array<Object>[]()[][])
Objects used to replace the placeholders in the errorMessage parameter.

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