Parameters
- value
- The initial value given to this object in string form. Converted to an int and assigned to the object.
Exception | Description |
---|---|
System.ArgumentNullException | value is a null reference. |
System.FormatException | value does not consist of an option sign followed by a sequence of digits. |
System.OverflowException | value is less than Int32.MinValue or greater than Int32.MaxValue. |
Target Platforms: Microsoft .NET Framework 2.0