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

    eRegion
    IMessage.Region of this message.
    nErrNr
    Message number.
    strErrTextParam
    The replacement text for this message. This string may also be empty.
    strPartNumber
    The message refers to variant '1' of this part number. Cannot be empty or null.
    strAdditionalInf
    Additional 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