Click or drag to resize

ConsolePlusWriteError Method (String)

Write an error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void WriteError(
	string message
)

Parameters

message
Type: SystemString
The message to write.
See Also