HarescriptErrorException (open)
Base object type for harescript errors exceptions. This type is used to describe Harescript errors.
Syntax
// Core function, no LOADLIB necessary
OBJECTTYPE HarescriptErrorException
Constructor
- MACRO NEW(RECORD ARRAY list)
Construct a new exception from an error list
Variables
- STRING what (inherited from Exception)
Message for this exception
Properties
- PROPERTY errors
List of errors
- PROPERTY trace (inherited from Exception)
Contains the unwind trace for this exception