Click or drag to resize

Console.WriteError Method

X#
Write an error message string to the StdErr handle.

Namespace:  VO
Assembly:  VOConsoleClasses (in VOConsoleClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD WriteError(
	sMsg AS STRING
) AS VOID
Request Example View Source

Parameters

sMsg
Type: String
The string to be written to the StdErr handle.
See Also