Eplan Platform API
Eplan.EplApi.EServices Namespace / Verification Class / DoErrorMessage Method / DoErrorMessage(StorableObject,String) Method
The error refers to this object.
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,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
    public virtual void DoErrorMessage( 
       StorableObject oObject,
       string strTextParameter
    )
    public:
    virtual void DoErrorMessage( 
       StorableObject^ oObject,
       String^ strTextParameter
    ) 

    Parameters

    oObject
    The error refers to this object.
    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 oObject is invalid or NULL.
    See Also