CommandLineInterpreter Constructor(Boolean,Boolean)
In This Topic
constructor
Syntax
public CommandLineInterpreter(
bool ,
bool
)
public:
CommandLineInterpreter(
bool ,
bool
)
Parameters
- bEnableExceptions
- If true then, if an exception raised, it will be transmitted to the caller. If false, only a boolean value will be returned by calling Execute method. If this returned value is false, this means the action has not succeed. Otherwise all things are OK.
- bCollectSysMessages
- If true then system messages will be collected by Execute method in ActionCallingContext.SysMessages.
See Also