Version Constructor (Int32, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the Version class using the specified major, minor, and build values.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- major
-
Type:
System::Int32
The major version number.
- minor
-
Type:
System::Int32
The minor version number.
- build
-
Type:
System::Int32
The build number.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | major, minor, or build is less than zero. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: