OperationCancelledException (open)
Exception thrown to indicate that an operation has been cancelled
Syntax
LOADLIB "wh::promise.whlib";
OBJECTTYPE OperationCancelledException
Constructor
- MACRO NEW()
Constructs a new OperationCancelledException object
Variables
- STRING what (inherited from Exception)
Message for this exception
Properties
- 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.