Variable Parser.messageFunction

Function or delegate that is called when a warning or error is encountered. The parameters are the file name, line number, column number, and the error or warning message.

class Parser
{
  // ...
  void function(string, ulong, ulong, string, bool) messageFunction ;
  // ...
}