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