DoErrorMessage(String,String,String) Method
In This Topic
Service function for the error output during a test. Text to display is taken from correct IMessage::GetMessageText method.
Syntax
Parameters
- strPartNumber
- The error refers to part with this part number. Cannot be empty or null.
- strPartVariant
- The error refers to part in this part variant. Cannot be empty or null.
- strTextParameter
- Parameter values for the message text. This value is used only with messages that use %1!s! variable in their definition.
Exceptions
See Also