Documentation Center

IMessage

The message and all information necessary to translate the message

LevelThe level of the message (Error, Warning)
ResourceIdThe resource identifier of the message needs to match the resourceid attribute in the resource file (for example, isauthor.en.xml)
ResourceLibThe base name of the resource library file. For example, isauthor to reference the resource file isauthor.en.xml.
NumberThe number of the error. This could be a negative number. To avoid conflicts, RWS suggest you to use numbers below -500000 for custom errors.
DescriptionThe text of the message
ParametersThe list of IMessageParam objects containing the parameters of the message
RelatedInfoIshObjectThe IshObject object causing the error or warning
RelatedInfoThe RelatedInfo object containing extra information about the error or warning