Click or drag to resize

ConsolePlusWriteError Method (String, Object)

Write a formatted error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow). Note: Internally, Console.WriteLine(format, args) is called.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void WriteError(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
The message format string.
args
Type: SystemObject
The format parameters.
See Also