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

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