See Also
Printy Config Namespace
Errors.SynErr Method
C++
public: void SynErr(
    int line, 
    int col, 
    int n
);
C#
public void SynErr(
    int line, 
    int col, 
    int n
);
Visual Basic
Public Function SynErr(
    line As Integer, 
    col As Integer, 
    n As Integer
) As void
Remarks

Diese Methode wird aufgerufen, wenn im Dokument ein syntaktischer Fehler gefunden worden ist. Dabei wird die Position des Fehlers in einem ParserError-Objekt gespeichert und in einer Liste abgelegt.

See Also
Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2005. All rights reserved.