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.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void WriteMessage(
string message
)
public:
void WriteMessage(
String^ message
)
Parameters
- message
- Type: SystemString
The String message to write.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when parameter message is null or empty string. |
See Also