public virtual void DoErrorMessage( StorableObject oFirstObject, StorableObject oSecondObject, string strTextParameter )
public: virtual void DoErrorMessage( StorableObject^ oFirstObject, StorableObject^ oSecondObject, String^ strTextParameter )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |