See Also
Printy Config Namespace
net.stefanhauser.Printy.GUI.Config.ErrorType Enumeration
C++
public: enum ErrorType {
  SemanticError,
  SyntacticError,
  Error
};
C#
public enum ErrorType {
  public SemanticError,
  public SyntacticError,
  public Error
}
Visual Basic
Public Enum ErrorType
  Public SemanticError,
  Public SyntacticError,
  Public Error
End Enum
File
Members
Members 
Description 
SemanticError 
Ein semantischer Fehler 
SyntacticError 
Ein Syntax - Fehler 
Error 
Ein allgemeiner Fehler 
Remarks

Diese Enumeration enthält alle Fehlertypen, welche während des Parsens auftreten können.

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.