Click or drag to resize

ConsolePlus.WriteError 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: System.String
The message format string.
args
Type:System.Object[]
The format parameters.
See Also