59 references to ArgumentOutOfRangeException
mscorlib (37)
system\console.cs (21)
664
throw new
ArgumentOutOfRangeException
("frequency", frequency, Environment.GetResourceString("ArgumentOutOfRange_BeepFrequency", MinBeepFrequency, MaxBeepFrequency));
666
throw new
ArgumentOutOfRangeException
("duration", duration, Environment.GetResourceString("ArgumentOutOfRange_NeedPosNum"));
870
throw new
ArgumentOutOfRangeException
("sourceLeft", sourceLeft, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
872
throw new
ArgumentOutOfRangeException
("sourceTop", sourceTop, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
874
throw new
ArgumentOutOfRangeException
("sourceWidth", sourceWidth, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
876
throw new
ArgumentOutOfRangeException
("sourceHeight", sourceHeight, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
881
throw new
ArgumentOutOfRangeException
("targetLeft", targetLeft, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
883
throw new
ArgumentOutOfRangeException
("targetTop", targetTop, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
1045
throw new
ArgumentOutOfRangeException
("width", width, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferLessThanWindowSize"));
1047
throw new
ArgumentOutOfRangeException
("height", height, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferLessThanWindowSize"));
1094
throw new
ArgumentOutOfRangeException
("width", width, Environment.GetResourceString("ArgumentOutOfRange_NeedPosNum"));
1096
throw new
ArgumentOutOfRangeException
("height", height, Environment.GetResourceString("ArgumentOutOfRange_NeedPosNum"));
1146
throw new
ArgumentOutOfRangeException
("width", width, Environment.GetResourceString("ArgumentOutOfRange_ConsoleWindowSize_Size", bounds.X));
1148
throw new
ArgumentOutOfRangeException
("height", height, Environment.GetResourceString("ArgumentOutOfRange_ConsoleWindowSize_Size", bounds.Y));
1223
throw new
ArgumentOutOfRangeException
("left", left, Environment.GetResourceString("ArgumentOutOfRange_ConsoleWindowPos"));
1226
throw new
ArgumentOutOfRangeException
("top", top, Environment.GetResourceString("ArgumentOutOfRange_ConsoleWindowPos"));
1278
throw new
ArgumentOutOfRangeException
("left", left, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
1280
throw new
ArgumentOutOfRangeException
("top", top, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
1295
throw new
ArgumentOutOfRangeException
("left", left, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
1297
throw new
ArgumentOutOfRangeException
("top", top, Environment.GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries"));
1322
throw new
ArgumentOutOfRangeException
("value", value, Environment.GetResourceString("ArgumentOutOfRange_CursorSize"));
system\security\principal\sid.cs (3)
207
throw new
ArgumentOutOfRangeException
(
220
throw new
ArgumentOutOfRangeException
(
295
throw new
ArgumentOutOfRangeException
(
system\threading\SemaphoreSlim.cs (8)
184
throw new
ArgumentOutOfRangeException
(
191
throw new
ArgumentOutOfRangeException
("maxCount", maxCount, GetResourceString("SemaphoreSlim_ctor_MaxCountWrong"));
247
throw new System.
ArgumentOutOfRangeException
(
277
throw new System.
ArgumentOutOfRangeException
(
320
throw new
ArgumentOutOfRangeException
(
574
throw new System.
ArgumentOutOfRangeException
(
607
throw new
ArgumentOutOfRangeException
(
766
throw new
ArgumentOutOfRangeException
(
system\threading\SpinLock.cs (2)
230
throw new System.
ArgumentOutOfRangeException
(
296
throw new
ArgumentOutOfRangeException
(
system\threading\SpinWait.cs (2)
229
throw new System.
ArgumentOutOfRangeException
(
251
throw new
ArgumentOutOfRangeException
(
system\timezoneinfo.cs (1)
3182
throw new
ArgumentOutOfRangeException
("daylightDelta", daylightDelta,
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (2)
145
throw new
ArgumentOutOfRangeException
("value", value, string.Empty);
258
throw new
ArgumentOutOfRangeException
("offset", offset, string.Empty);
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
1783
throw new
ArgumentOutOfRangeException
("timeout", timeout,
1797
throw new
ArgumentOutOfRangeException
("millisecondsTimeout", millisecondsTimeout,
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
164
ArgumentOutOfRangeException e = new
ArgumentOutOfRangeException
(parameterName, value, message);
System.IdentityModel (1)
System\IdentityModel\DiagnosticUtilityExtensions.cs (1)
34
return ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
(arg, actualValue, message));
System.ServiceModel (5)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
110
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value, message));
System\ServiceModel\Channels\PeerHelpers.cs (2)
536
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value, message));
545
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value, message));
System\ServiceModel\Channels\ServiceChannel.cs (1)
333
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value, message));
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
252
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value, message));
System.ServiceModel.Internals (1)
System\Runtime\ExceptionTrace.cs (1)
196
return TraceException<ArgumentOutOfRangeException>(new
ArgumentOutOfRangeException
(paramName, actualValue, message));
System.ServiceModel.Web (8)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
244
throw TraceUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("maxMessageSize", maxMessageSize,
249
throw TraceUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("messageOffset", messageOffset,
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (2)
252
throw TraceUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("maxMessageSize", maxMessageSize,
257
throw TraceUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("messageOffset", messageOffset,
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (2)
75
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value,
92
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("value", value,
System\ServiceModel\Channels\WebScriptMetadataMessageEncoderFactory.cs (2)
92
throw TraceUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("maxMessageSize", maxMessageSize,
97
throw TraceUtility.ThrowHelperError(new
ArgumentOutOfRangeException
("messageOffset", messageOffset,
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (2)
54
throw new
ArgumentOutOfRangeException
(MAX_SIMULTANEOUS_WORKFLOWS_KEY, maxSimultaneousWorkflows, String.Empty);
78
throw new
ArgumentOutOfRangeException
(MAX_SIMULTANEOUS_WORKFLOWS_KEY, maxSimultaneousWorkflows, String.Empty);