AbstractFileParser SyntaxError Method | regdiff Code Documentation |
This function should be used to create SyntaxError exceptions. It provides a generic helptext as well as contextual information
(such as line / column number, and file context) in the trace data.
Typical use in a parser would be something like this:
throw SyntaxError("error message goes here")
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Return Value
Type: ExceptionA System.Data.SyntaxErrorException exception
See Also