aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Controls/ProgressBarEX.cs')
-rw-r--r--source/WindowsFormsApplication1/Controls/ProgressBarEX.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs
index 0e64aad..4896292 100644
--- a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs
+++ b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs
@@ -61,7 +61,7 @@ namespace ShiftOS
this.Invalidate();
}
else {
- throw new ArgumentOutOfRangeException("The value must be between the minimum and maximum values.");
+
}
}
}