DVTk API [This is preliminary documentation and is subject to change.]
Handle an error output event from a Thread by writing it to the console.

Declaration Syntax
protected void HandleErrorOutputEvent(
Thread thread,
string text
)
Protected Sub HandleErrorOutputEvent ( _
thread As Thread, _
text As String _
)
protected:
void HandleErrorOutputEvent(
Thread^ thread,
String^ text
)

Parameters
- thread (Thread)
- The Thread that generated the output event.
- text (String)
- The text from the output event.
Assembly:
DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0