Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / CommandLineInterpreter Class / CommandLineInterpreter Constructor / CommandLineInterpreter Constructor(Boolean)
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.

In This Topic
CommandLineInterpreter Constructor(Boolean)
In This Topic
constructor
Syntax
public CommandLineInterpreter( 
   bool bEnableExceptions
)

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.
Remarks
The type of exceptions which can be raised, if parameter bEnableExceptions=true, is from System::BaseException.
See Also