Skip to content

EBoldOperationFailedForObjectList

Exception that holds a list of objects

Unit: BoldSystem

Declaration

EBoldOperationFailedForObjectList = class(EBold)

Hierarchy

  1. Exception
  2. EBold
  3. EBoldOperationFailedForObjectList

Description

This exception is currently only raised when the optimistic locking fails. The objects that failed are in the ObjectList property.

Properties

Name Summary Notes
ObjectList Objects that caused the failure read-only

ObjectList

property ObjectList: TBoldObjectList;

This object list contains the objects that caused the operation to fail.

Methods

Name Summary Notes
Create Constructor
Destroy Destructor override

Create

constructor Create(const msg: string; args: array of const; IdList: TBoldObjectIdList; System: TBoldSystem);

Constructor

Destroy

destructor Destroy; override;

Destructor


Generated from the Bold 4.0 help (Help/BfD.chm) by Tools/chm2mkdocs.py; member lists reflect Bold 4.0, see the source for members added since.