Eplan Platform API
Eplan.EplApi.EServices Namespace / BaseProjectMessage Class / BaseProjectMessage Constructor / BaseProjectMessage Constructor(Region,Int32,String,String,String)
IMessage.Region of this message.
Message number.
The replacement text for this message. This string may also be empty.
The message refers to variant '1' of this part number. Cannot be empty or null.
Additional language-independent message text. Is saved as specified in the database. This string may also be empty.

In This Topic
    BaseProjectMessage Constructor(Region,Int32,String,String,String)
    In This Topic
    constructor
    Syntax

    Parameters

    Parameter NameDescription
    eRegionIMessage.Region of this message.
    nErrNrMessage number.
    strErrTextParamThe replacement text for this message. This string may also be empty.
    strPartNumberThe message refers to variant '1' of this part number. Cannot be empty or null.
    strAdditionalInfAdditional language-independent message text. Is saved as specified in the database. This string may also be empty.
    Exceptions
    ExceptionDescription
    Thrown when strPartNumber is empty or null.
    See Also