[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.
| C# |
public event SyntaxErrorEventHandler SyntaxError
Examine the SyntaxErrorEventArgs passed to the handler to find out information about the error.