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

In This Topic
    CommandLineInterpreter Constructor(Boolean)
    In This Topic
    Constructor
    Syntax
    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.
    Remarks
    If the bEnableExceptions parameter is TRUE, exceptions of the type System::BaseException can be raised.
    See Also