Changeset 2307
- Timestamp:
- 9/1/2011 2:02:50 AM (21 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Util/ProgressManager.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util/ProgressManager.cs
r2202 r2307 203 203 "of the Progress Manager must be greater than or equal to the completed " + 204 204 "work units for the task."); 205 if (value < 0) 206 throw new ArgumentOutOfRangeException("value", value, "The Total property " + 207 "of the Progress Manager must be a positive integer"); 205 208 206 209 total = value;
Note: See TracChangeset
for help on using the changeset viewer.
