Click or drag to resize

ConsolePlusWriteError Method

Overload List
  NameDescription
Public methodStatic memberWriteError(String)
Write an error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow).
Public methodStatic memberWriteError(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.
Top
See Also