DatabaseReadonlyException (open)

Database exception, thrown on BeginWork if the database is Readonly

Syntax

LOADLIB "wh::dbase/transaction.whlib";

OBJECTTYPE DatabaseReadonlyException

Constructor

  • MACRO NEW()

    Create a new DatabaseReadonlyException object

Variables

  • STRING what (inherited from Exception)

    Message for this exception

Properties

  • PROPERTY errors (inherited from DatabaseException)

    List of errors

  • PROPERTY trace (inherited from Exception)

    Contains the unwind trace for this exception

Functions

  • RECORD FUNCTION EncodeForIPC() (inherited from Exception)

    Encode into a record for transfer over IPC. Use RegisterReceivedExceptionType to register decoders for other types of exception.