Eplan Platform API
Eplan.EplApi.EServices Namespace / Verification Class / DoErrorMessage Method / DoErrorMessage(StorableObject,StorableObject,String) Method
The error refers to this object.
Another object that caused the error.
Parameter values for the message text. This value is used only with messages that use %1!s! variable in their definition.

In This Topic
    DoErrorMessage(StorableObject,StorableObject,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

    oFirstObject
    The error refers to this object.
    oSecondObject
    Another object that caused the error.
    strTextParameter
    Parameter values for the message text. This value is used only with messages that use %1!s! variable in their definition.
    Exceptions
    ExceptionDescription
    Thrown when oFirstObject is invalid or NULL.
    See Also