HelpText Constructor (String, String) |
Initializes a new instance of the
HelpText class
specifying heading and copyright strings.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic HelpText(
string heading,
string copyright
)
public:
HelpText(
String^ heading,
String^ copyright
)
Parameters
- heading
- Type: SystemString
A string with heading or an instance of HeadingInfo. - copyright
- Type: SystemString
A string with copyright or an instance of CopyrightInfo.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when one or more parameters heading are null or empty strings. |
See Also