API Help
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.

DoErrorMessage(StorableObject,String) Method
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
)

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