LibraryVersionConflictException (open)
This error is thrown when a new library is loaded, which depends on another library that was loaded, but has been changed since. Harescript cannot load two different compiled versions of the same library at the same time.
Syntax
// Core function, no LOADLIB necessary
OBJECTTYPE LibraryVersionConflictException
Constructor
- MACRO NEW(RECORD ARRAY list) (inherited from HarescriptErrorException)
Construct a new exception from an error list
Variables
- STRING what (inherited from Exception)
Message for this exception
Properties
- PROPERTY errors (inherited from HarescriptErrorException)
List of errors
- PROPERTY trace (inherited from Exception)
Contains the unwind trace for this exception
Functions
- RECORD FUNCTION EncodeForIPC() (inherited from HarescriptErrorException)