InvalidOptionException (open)
This error is thrown when an invalid option is passed to ValidateOptions (webhare 4.20+)
Syntax
// Core function, no LOADLIB necessary
OBJECTTYPE InvalidOptionException
Constructor
- MACRO NEW(STRING option, STRING what)
Constructs a new object
Variables
- STRING what (inherited from Exception)
Message for this exception
Properties
- PROPERTY option
Name of the option that generated an error
- 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.