BaseProjectMessage Constructor(Region,Int32,String,StorableObject,StorableObject,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.
- oObject1
- The message refers to this object. Can also be NULL.
- oObject2
- A second object to which this message also refers. Can also be NULL.
- strAdditionalInf
- Additional language-independent message text. Is saved as specified in the database. This string may also be empty.
See Also