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

    Parameter NameDescription
    oFirstObjectThe error refers to this object.
    oSecondObjectAnother object that caused the error.
    strTextParameterParameter 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