See Also
Printy Config Namespace
ParserError.ParserError Constructor
C++
public: ParserError(
    int line, 
    int col, 
    string text, 
    ErrorType type
);
C#
public ParserError(
    int line, 
    int col, 
    string text, 
    ErrorType type
);
Visual Basic
Public Sub ParserError(
    line As Integer, 
    col As Integer, 
    text As string, 
    type As ErrorType
)
Remarks

Erzeugt ein neues ParserError-Objekt

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.