NumericRevisionSettings(Int32, String, String)
Constructor
Description:
Constructs a NumericRevisionSettings object.
Constructs a NumericRevisionSettings object.
Remarks:
The starting number parameter accepts any non-negative integer, and the prefix and suffix strings are allowed to be empty.
The starting number parameter accepts any non-negative integer, and the prefix and suffix strings are allowed to be empty.
Parameters
Parameter | Type | Description |
---|---|---|
startNumber | Int32 | The start number for the sequence. |
prefix | String | The prefix string for each revision number in the sequence. |
suffix | String | The suffix string for each revision number in the sequence. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | The given value for startNumber is negative. |