EBoldOperationFailedForObjectList¶
Exception that holds a list of objects
Unit: BoldSystem
Declaration¶
Hierarchy¶
- Exception
EBold- 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¶
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
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.