RangeSet::AppendRange Method
Adds the specified Range object to the end of the list.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | A required parameter is a nullptr. |
| RangeOutOfOrderException | The closed lower bound contained in range is less than the closed lower bound specified in the previous range in the list. |
Show: