WHFSException (open)
Exception thrown by WHFS functions
Syntax
LOADLIB "mod::system/lib/whfs.whlib";
OBJECTTYPE WHFSException
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.
- BOOLEAN FUNCTION IsAccessDenied()
Whether this exception thrown because access was denied.
- BOOLEAN FUNCTION IsInvalidArgument()
Whether this exception thrown because an invalid argument was provided
- BOOLEAN FUNCTION IsInvalidName()
Whether this exception thrown because an invalid name was provided