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