Click or drag to resize
HeadingInfoWriteMessage Method (String)
Writes out a string and a new line using the program name specified in the constructor and message parameter to standard output stream.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void WriteMessage(
	string message
)

Parameters

message
Type: SystemString
The String message to write.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parameter message is null or empty string.
See Also