Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler
CompilerErrorFactory Class
CompilerErrorFactory Methods
FatalError Method
InputError Method
CompilerErrorFactory
InputError Method
Creates input/output related error.
Namespace:
Syntactik.Compiler
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
static
CompilerError
InputError
(
string
inputName
,
Exception
ex
)
Parameters
inputName
Type:
System
String
Unique name of the input, a file name, for example.
ex
Type:
System
Exception
Inner exception.
Return Value
Type:
CompilerError
An instance of
CompilerError
.
See Also
Reference
CompilerErrorFactory Class
Syntactik.Compiler Namespace
Send comments on this topic to
info@syntactik.com