[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 override void WriteError( string text )
Public Overrides Sub WriteError ( _ text As String _ )
public: virtual void WriteError( String^ text ) override
- 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).