Click or drag to resize

CompilerErrorFactoryFatalError Method (Exception, String)

Creates a fatal error.

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

Parameters

ex
Type: SystemException
Inner exception.
message
Type: SystemString
Description of the error.

Return Value

Type: CompilerError
An instance of CompilerError.
See Also