LayerD CodeDOM and Zoe Compiler interface
ErrorType Enumeration
NamespacesLayerD.ZOECompilerErrorType

[This is preliminary documentation and is subject to change.]

Types of error like lexical, sintactical, etc.
Declaration Syntax
C#Visual BasicVisual C++
public enum ErrorType
Public Enumeration ErrorType
public enum class ErrorType
Members
MemberDescription
LexicalError
Lexical error

SyntaxError
Syntax error

SemanticError
Semantic error

CodeGenerationError
Error on code generation

TypeDeclarationError
Error on type declaration

CustomError
Custom error

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)