Initializes a new instance of the VersionInformation class.
Namespace: S22.Xmpp.ExtensionsAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- name
- Type: System..::..String
The natural-language name of the software.
- version
- Type: System..::..String
The specific version of the software.
- os (Optional)
- Type: System..::..String
The operating system of the entity.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The name parameter or the version parameter is null. |