DVTk API
WriteError Method (text)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadWriteError(String)
DVTk API

[This is preliminary documentation and is subject to change.]

Writes an error text to the results and triggers an ErrorOutputEvent.
Declaration Syntax
C#Visual BasicVisual C++
public abstract void WriteError(
	string text
)
Public MustOverride Sub WriteError ( _
	text As String _
)
public:
virtual void WriteError(
	String^ text
) abstract
Parameters
text (String)
The error text.
Remarks
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.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0