Exception::NEW (open)

Constructor for an exception

Syntax

// Core function, no LOADLIB necessary

MACRO NEW(STRING what, RECORD options)

Parameters

STRING what

Exception message

RECORD options

Options

trace

Stack trace to initialize with

trace.col

Column number

trace.filename

Filename

trace.func

Function name

trace.line

Line number