[This is preliminary documentation and is subject to change.]
Writes an error text to the results and triggers an ErrorOutputEvent.
| C# | Visual Basic | Visual C++ |
public abstract void WriteError( string text )
Public MustOverride Sub WriteError ( _ text As String _ )
public: virtual void WriteError( String^ text ) abstract
- text (String)
- The error text.
When this instance is e.g. attached to a HliForm, the supplied error text will be
displayed in this Form (the triggered ErrorOutputEvent is used for this).
This method needs to be overridden in a descendant class.
This method needs to be overridden in a descendant class.