HeadingInfo Constructor (String) |
Initializes a new instance of the
HeadingInfo class
specifying program name.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic HeadingInfo(
string programName
)
public:
HeadingInfo(
String^ programName
)
Parameters
- programName
- Type: SystemString
The name of the program.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when parameter programName is null or empty string. |
See Also