API Help
Eplan.EplApi.EServices Namespace / Verification Class / DoErrorMessage Method / DoErrorMessage(StorableObject) Method
The error refers to this object.

In This Topic
    DoErrorMessage(StorableObject) 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
    )
    public:
    virtual void DoErrorMessage( 
       StorableObject^ oObject
    ) 

    Parameters

    oObject
    The error refers to this object.
    Exceptions
    ExceptionDescription
    Thrown when oObject is invalid or NULL.
    See Also