public CommandLineInterpreter( bool bEnableExceptions )
public: CommandLineInterpreter( bool bEnableExceptions )
Parameters
- bEnableExceptions
- If this parameter is TRUE, raised exceptions are transmitted to the caller.
If this parameter is FALSE, only a boolean value will be returned by calling the Execute method. If this boolean return value is FALSE, this means the action has not succeeded. Otherwise all things are OK.