Parameters
- count
- The initial value given to this object. An Int64 is used because UInt32 is not CLS-compliant.
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 than UInt32.MinValue or greater than UInt.MaxValue. |
Target Platforms: Microsoft .NET Framework 2.0