CopyrightInfo Constructor (String, Int32) |
Initializes a new instance of the
CopyrightInfo class
specifying author and year.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic CopyrightInfo(
string author,
int year
)
public:
CopyrightInfo(
String^ author,
int year
)
Parameters
- author
- Type: SystemString
The company or person holding the copyright. - year
- Type: SystemInt32
The year of coverage of copyright.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when parameter author is null or empty string. |
See Also