Click or drag to resize

CompilerErrorFactoryFatalError Method (Exception)

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
)

Parameters

ex
Type: SystemException
Inner exception.

Return Value

Type: CompilerError
An instance of CompilerError.
See Also