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)
Syntaxpublic static void WriteError(
string message
)
Public Shared Sub WriteError (
message As String
)
Parameters
- message
- Type: SystemString
The message to write.
See Also