RetrieveResourceException (open)
Exception thrown when a resource cannot be retrieved
Syntax
LOADLIB "mod::system/lib/resources.whlib";
OBJECTTYPE RetrieveResourceException
Variables
- STRING what (inherited from Exception)
Message for this exception
Properties
- PROPERTY mainerror
Main errors
- PROPERTY resourcename
Resource name
- PROPERTY trace (inherited from Exception)
Contains the unwind trace for this exception
- PROPERTY xmlerrors
List of XML errors
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.