Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / CommandLineInterpreter Class / CommandLineInterpreter Constructor / CommandLineInterpreter Constructor(Boolean,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.
If this parameter is TRUE, system messages will be collected by the Execute method in ActionCallingContext.SysMessages.

In This Topic
    CommandLineInterpreter Constructor(Boolean,Boolean)
    In This Topic
    Constructor
    Syntax
    public CommandLineInterpreter( 
       bool bEnableExceptions,
       bool bCollectSysMessages
    )
    public:
    CommandLineInterpreter( 
       bool bEnableExceptions,
       bool bCollectSysMessages
    )

    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.
    Remarks
    If this parameter is TRUE, exceptions of the type System::BaseException can be raised.
    See Also