Click or drag to resize

CompilerErrorFactoryInputError Method

Creates input/output related error.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static CompilerError InputError(
	string inputName,
	Exception ex
)

Parameters

inputName
Type: SystemString
Unique name of the input, a file name, for example.
ex
Type: SystemException
Inner exception.

Return Value

Type: CompilerError
An instance of CompilerError.
See Also