Name

CommandLine::Error — Print an Error Message

Synopsis

Import CommandLine;
void CommandLine::Error ( string  message );

Parameters

string message

error message to be printed. Use nil for no message

Return Value

void