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