CommandLineInterpreter Constructor(Boolean,Boolean)
In This Topic
Constructor
Syntax
public CommandLineInterpreter(
bool ,
bool
)
public:
CommandLineInterpreter(
bool ,
bool
)
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. - bCollectSysMessages
- If this parameter is TRUE, system messages will be collected by the Execute method in ActionCallingContext.SysMessages.
See Also