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

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,
	TextWriter writer
)

Parameters

message
Type: SystemString
The String message to write.
writer
Type: System.IOTextWriter
The target TextWriter derived type.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parameter message is null or empty string.
ArgumentNullExceptionThrown when parameter writer is null.
See Also