Click or drag to resize

CompilerError Constructor (LexicalInfo, Exception)

Initializes a new instance of the CompilerError class.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompilerError(
	LexicalInfo lexicalInfo,
	Exception cause
)

Parameters

lexicalInfo
Type: Syntactik.DOMLexicalInfo
Location of the source code that caused the error.
cause
Type: SystemException
Exception that caused the error.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf parameter lexicalInfo is null.
See Also