Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler
CompilerError Class
CompilerError Constructor
CompilerError Constructor (String)
CompilerError Constructor (LexicalInfo, Exception)
CompilerError Constructor (LexicalInfo, String)
CompilerError Constructor (String, Exception, Object[])
CompilerError Constructor (LexicalInfo, String, Exception)
CompilerError Constructor (String, LexicalInfo, Boolean, Object[])
CompilerError Constructor (String, LexicalInfo, Exception, Object[])
CompilerError Constructor (String, LexicalInfo, String, Exception)
CompilerError Constructor (LexicalInfo, String)
Initializes a new instance of the CompilerError class.
Namespace:
Syntactik.Compiler
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
CompilerError
(
LexicalInfo
lexicalInfo
,
string
message
)
Parameters
lexicalInfo
Type:
Syntactik.DOM
LexicalInfo
Location of the source code that caused the error.
message
Type:
System
String
Description of the error.
Exceptions
Exception
Condition
ArgumentNullException
If parameter lexicalInfo is null.
See Also
Reference
CompilerError Class
CompilerError Overload
Syntactik.Compiler Namespace
Send comments on this topic to
info@syntactik.com