ConsolePlusWriteError Method |
| Name | Description | |
|---|---|---|
| WriteError(String) |
Write an error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow).
| |
| WriteError(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.
|