ConsolePlusWriteError 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)
Syntaxpublic static void WriteError(
string format,
params Object[] args
)
Public Shared Sub WriteError (
format As String,
ParamArray args As Object()
)
Parameters
- format
- Type: SystemString
The message format string. - args
- Type: SystemObject
The format parameters.
See Also