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 (String, Exception,
Object
)
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
(
string
code
,
Exception
cause
,
params
Object
[]
args
)
Parameters
code
Type:
System
String
String id of the error.
cause
Type:
System
Exception
Exception
that caused the error.
args
Type:
System
Object
Formatting items used to create an error message.
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