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