Click or drag to resize

ParsingErrors Class

Contains list of parsing error messages and auxiliary methods to work with them.
Inheritance Hierarchy
SystemObject
  SyntactikParsingErrors

Namespace:  Syntactik
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static class ParsingErrors

The ParsingErrors type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormat
Formats parsing error message if the message is a composite format string.
Top
Fields
  NameDescription
Public fieldStatic memberMessages
Array which contains all parsing error messages. Messages can be a composite format string.
Top
See Also