Persistate API documentation
SyntaxError Event
NamespacesPersistate.LanguageSyntaxParserSyntaxError

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

This event is raised whenever the parser detects a syntax error in the source text input.
Declaration Syntax
C#
public event SyntaxErrorEventHandler SyntaxError
Remarks

Examine the SyntaxErrorEventArgs passed to the handler to find out information about the error.

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