Parameters
- id
- The initial value given to this object in string form.
Exception | Description |
---|---|
System.ArgumentNullException | id is a null reference. |
System.FormatException | id contains a dotted value that is not an optional sign followed by a sequence of digits. |
System.OverflowException | id contains a dotted value that is less than UInt32.MinValue or greater than UInt32MaxValue |
The string value assigned to an Id object must be in the form n.n.n….n where n is an unsigned 32-bit integer.
Target Platforms: Microsoft .NET Framework 2.0