382 references to ArgumentOutOfRangeException
dotnet-dev-certs (1)
ReporterEventListener.cs (1)
31_ => throw new ArgumentOutOfRangeException(nameof(eventData), eventData.Level, $"The value of argument '{nameof(eventData.Level)}' ({eventData.Level}) is invalid for Enum type '{nameof(EventLevel)}'.")
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
29throw new ArgumentOutOfRangeException(nameof(serverType), serverType, null);
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
29throw new ArgumentOutOfRangeException(nameof(serverType), serverType, null);
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
29throw new ArgumentOutOfRangeException(nameof(serverType), serverType, null);
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
29throw new ArgumentOutOfRangeException(nameof(serverType), serverType, null);
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
29throw new ArgumentOutOfRangeException(nameof(serverType), serverType, null);
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
29throw new ArgumentOutOfRangeException(nameof(serverType), serverType, null);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
97throw new ArgumentOutOfRangeException(nameof(MaxAge), MaxAge.Value, "The value must not be a negative TimeSpan.");
Microsoft.AspNetCore.Components (7)
src\Http\Routing\src\Constraints\LengthRouteConstraint.cs (4)
32throw new ArgumentOutOfRangeException(nameof(length), length, errorMessage); 49throw new ArgumentOutOfRangeException(nameof(minLength), minLength, errorMessage); 55throw new ArgumentOutOfRangeException(nameof(maxLength), maxLength, errorMessage); 62throw new ArgumentOutOfRangeException(nameof(minLength), minLength, errorMessage);
src\Http\Routing\src\Constraints\MaxLengthRouteConstraint.cs (1)
32throw new ArgumentOutOfRangeException(nameof(maxLength), maxLength, errorMessage);
src\Http\Routing\src\Constraints\MinLengthRouteConstraint.cs (1)
32throw new ArgumentOutOfRangeException(nameof(minLength), minLength, errorMessage);
src\Http\Routing\src\Constraints\RangeRouteConstraint.cs (1)
34throw new ArgumentOutOfRangeException(nameof(min), min, errorMessage);
Microsoft.AspNetCore.Cryptography.KeyDerivation (7)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (7)
16throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-zero value."); 22throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-negative value."); 28throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-negative and non-zero value."); 34throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be less than or equal to '{other}'."); 40throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be less than '{other}'."); 46throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be greater than or equal to '{other}'."); 52throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be greater than '{other}'.");
Microsoft.AspNetCore.DataProtection.Abstractions (7)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (7)
16throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-zero value."); 22throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-negative value."); 28throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-negative and non-zero value."); 34throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be less than or equal to '{other}'."); 40throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be less than '{other}'."); 46throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be greater than or equal to '{other}'."); 52throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be greater than '{other}'.");
Microsoft.AspNetCore.Http (3)
Internal\ReferenceReadStream.cs (1)
56throw new ArgumentOutOfRangeException(nameof(value), value, $"The Position must be within the length of the Stream: {Length}");
SendFileFallback.cs (2)
28throw new ArgumentOutOfRangeException(nameof(offset), offset, string.Empty); 33throw new ArgumentOutOfRangeException(nameof(count), count, string.Empty);
Microsoft.AspNetCore.Http.Connections.Client (7)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (7)
16throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-zero value."); 22throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-negative value."); 28throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be a non-negative and non-zero value."); 34throw new ArgumentOutOfRangeException(paramName, value, $"'{paramName}' must be less than or equal to '{other}'."); 40throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be less than '{other}'."); 46throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be greater than or equal to '{other}'."); 52throw new ArgumentOutOfRangeException(paramName, value, $"'{value}' must be greater than '{other}'.");
Microsoft.AspNetCore.Http.Extensions (2)
SendFileResponseExtensions.cs (2)
129throw new ArgumentOutOfRangeException(nameof(offset), offset, string.Empty); 134throw new ArgumentOutOfRangeException(nameof(count), count, string.Empty);
Microsoft.AspNetCore.InternalTesting.Tests (1)
ExceptionAssertTest.cs (1)
32throw new ArgumentOutOfRangeException("foo", 10, "exception message.");
Microsoft.AspNetCore.Owin (4)
WebSockets\OwinWebSocketAdapter.cs (2)
191throw new ArgumentOutOfRangeException(nameof(messageType), messageType, string.Empty); 206throw new ArgumentOutOfRangeException(nameof(webSocketMessageType), webSocketMessageType, string.Empty);
WebSockets\WebSocketAdapter.cs (2)
151throw new ArgumentOutOfRangeException(nameof(messageType), messageType, string.Empty); 166throw new ArgumentOutOfRangeException(nameof(webSocketMessageType), webSocketMessageType, string.Empty);
Microsoft.AspNetCore.ResponseCaching (1)
src\Shared\SegmentWriteStream.cs (1)
19throw new ArgumentOutOfRangeException(nameof(segmentSize), segmentSize, $"{nameof(segmentSize)} must be greater than 0.");
Microsoft.AspNetCore.Routing (7)
Constraints\LengthRouteConstraint.cs (4)
32throw new ArgumentOutOfRangeException(nameof(length), length, errorMessage); 49throw new ArgumentOutOfRangeException(nameof(minLength), minLength, errorMessage); 55throw new ArgumentOutOfRangeException(nameof(maxLength), maxLength, errorMessage); 62throw new ArgumentOutOfRangeException(nameof(minLength), minLength, errorMessage);
Constraints\MaxLengthRouteConstraint.cs (1)
32throw new ArgumentOutOfRangeException(nameof(maxLength), maxLength, errorMessage);
Constraints\MinLengthRouteConstraint.cs (1)
32throw new ArgumentOutOfRangeException(nameof(minLength), minLength, errorMessage);
Constraints\RangeRouteConstraint.cs (1)
34throw new ArgumentOutOfRangeException(nameof(min), min, errorMessage);
Microsoft.AspNetCore.Server.HttpSys (12)
HttpSysOptions.cs (5)
50throw new ArgumentOutOfRangeException(nameof(value), 134throw new ArgumentOutOfRangeException(nameof(value), value, "The value must be positive, or -1 for infinite."); 161throw new ArgumentOutOfRangeException(nameof(value), value, "The value must be greater than zero."); 184throw new ArgumentOutOfRangeException(nameof(value), value, "The value must be greater or equal to zero."); 217throw new ArgumentOutOfRangeException(nameof(value), value, message);
RequestProcessing\RequestStream.cs (1)
55throw new ArgumentOutOfRangeException(nameof(value), value, "The value must be greater or equal to zero.");
RequestProcessing\Response.cs (1)
77throw new ArgumentOutOfRangeException(nameof(value), value, string.Format(CultureInfo.CurrentCulture, Resources.Exception_InvalidStatusCode, value));
RequestProcessing\ResponseBody.cs (2)
647throw new ArgumentOutOfRangeException(nameof(offset), offset, string.Empty); 651throw new ArgumentOutOfRangeException(nameof(count), count, string.Empty);
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
150throw new ArgumentOutOfRangeException(nameof(value), value.Value, "Cannot be negative.");
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
205throw new ArgumentOutOfRangeException(nameof(value), value.Value, "Cannot be negative.");
UrlPrefix.cs (1)
67throw new ArgumentOutOfRangeException(nameof(scheme), scheme, Resources.Exception_UnsupportedScheme);
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
150throw new ArgumentOutOfRangeException(nameof(value), value.Value, "Cannot be negative.");
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
205throw new ArgumentOutOfRangeException(nameof(value), value.Value, "Cannot be negative.");
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Http2Limits.cs (6)
37throw new ArgumentOutOfRangeException(nameof(value), value, CoreStrings.GreaterThanZeroRequired); 57throw new ArgumentOutOfRangeException(nameof(value), value, CoreStrings.GreaterThanOrEqualToZeroRequired); 77throw new ArgumentOutOfRangeException(nameof(value), value, CoreStrings.FormatArgumentOutOfRange(Http2PeerSettings.MinAllowedMaxFrameSize, Http2PeerSettings.MaxAllowedMaxFrameSize)); 97throw new ArgumentOutOfRangeException(nameof(value), value, CoreStrings.GreaterThanZeroRequired); 118throw new ArgumentOutOfRangeException(nameof(value), value, 141throw new ArgumentOutOfRangeException(nameof(value), value,
Http3Limits.cs (2)
30throw new ArgumentOutOfRangeException(nameof(value), value, CoreStrings.GreaterThanZeroRequired); 50throw new ArgumentOutOfRangeException(nameof(value), value, CoreStrings.GreaterThanZeroRequired);
Internal\Infrastructure\TimeExtensions.cs (1)
15throw new ArgumentOutOfRangeException(nameof(timeSpan), timeSpan, string.Empty);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportOptions.cs (1)
79throw new ArgumentOutOfRangeException(nameof(errorCode), errorCode, $"A value between 0x{MinErrorCode:x} and 0x{MaxErrorCode:x} is required.");
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
150throw new ArgumentOutOfRangeException(nameof(value), value.Value, "Cannot be negative.");
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
205throw new ArgumentOutOfRangeException(nameof(value), value.Value, "Cannot be negative.");
src\Shared\SegmentWriteStream.cs (1)
19throw new ArgumentOutOfRangeException(nameof(segmentSize), segmentSize, $"{nameof(segmentSize)} must be greater than 0.");
Microsoft.AspNetCore.TestHost (4)
ResponseFeature.cs (1)
41throw new ArgumentOutOfRangeException(nameof(value), value, "The status code cannot be set to a value less than 100");
TestWebSocket.cs (3)
160throw new ArgumentOutOfRangeException(nameof(messageType), messageType, string.Empty); 202throw new ArgumentOutOfRangeException(nameof(buffer), buffer.Offset, string.Empty); 206throw new ArgumentOutOfRangeException(nameof(buffer), buffer.Count, string.Empty);
Microsoft.AspNetCore.WebSockets.Tests (2)
BufferStream.cs (2)
276throw new ArgumentOutOfRangeException(nameof(offset), offset, string.Empty); 281throw new ArgumentOutOfRangeException(nameof(count), count, string.Empty);
Microsoft.AspNetCore.WebUtilities (6)
BufferedReadStream.cs (3)
96throw new ArgumentOutOfRangeException(nameof(value), value, "Position must be positive."); 283throw new ArgumentOutOfRangeException(nameof(minCount), minCount, "The value must be smaller than the buffer size: " + _buffer.Length); 316throw new ArgumentOutOfRangeException(nameof(minCount), minCount, "The value must be smaller than the buffer size: " + _buffer.Length);
MultipartReader.cs (1)
55throw new ArgumentOutOfRangeException(nameof(bufferSize), bufferSize, "Insufficient buffer space, the buffer must be larger than the boundary: " + boundary);
MultipartReaderStream.cs (2)
78throw new ArgumentOutOfRangeException(nameof(value), value, "The Position must be positive."); 82throw new ArgumentOutOfRangeException(nameof(value), value, "The Position must be less than length.");
Microsoft.Build (2)
BuildCheck\API\BuildCheckResult.cs (1)
37_ => throw new ArgumentOutOfRangeException(nameof(severity), severity, null),
Evaluation\IntrinsicFunctions.cs (1)
448_ => throw new ArgumentOutOfRangeException(nameof(algo), algo, null)
Microsoft.Build.Engine.UnitTests (5)
BinaryLogger_Tests.cs (1)
155throw new ArgumentOutOfRangeException(nameof(replayMode), replayMode, null);
Definition\ProjectEvaluationContext_Tests.cs (4)
87throw new ArgumentOutOfRangeException(nameof(policy), policy, null); 836throw new ArgumentOutOfRangeException(nameof(policy), policy, null); 885throw new ArgumentOutOfRangeException(nameof(policy), policy, null); 941throw new ArgumentOutOfRangeException(nameof(policy), policy, null);
Microsoft.DotNet.Helix.Client (1)
Job.cs (1)
13if (pollingIntervalMs < 5000) throw new ArgumentOutOfRangeException(nameof(pollingIntervalMs), pollingIntervalMs, "The polling interval cannot be less than 5000.");
Microsoft.DotNet.VersionTools.Tasks (1)
src\SubmitPullRequest.cs (1)
163throw new ArgumentOutOfRangeException(
Microsoft.Extensions.Caching.Abstractions (7)
CacheEntryExtensions.cs (1)
159throw new ArgumentOutOfRangeException(nameof(size), size, $"{nameof(size)} must be non-negative.");
DistributedCacheEntryOptions.cs (2)
45throw new ArgumentOutOfRangeException( 69throw new ArgumentOutOfRangeException(
MemoryCacheEntryExtensions.cs (1)
40throw new ArgumentOutOfRangeException(nameof(size), size, $"{nameof(size)} must be non-negative.");
MemoryCacheEntryOptions.cs (3)
48throw new ArgumentOutOfRangeException( 72throw new ArgumentOutOfRangeException( 108throw new ArgumentOutOfRangeException(nameof(value), value, $"{nameof(value)} must be non-negative.");
Microsoft.Extensions.Caching.Memory (5)
CacheEntry.cs (3)
104throw new ArgumentOutOfRangeException( 125throw new ArgumentOutOfRangeException( 162throw new ArgumentOutOfRangeException(nameof(value), value, $"{nameof(value)} must be non-negative.");
MemoryCacheOptions.cs (2)
45throw new ArgumentOutOfRangeException(nameof(value), value, $"{nameof(value)} must be non-negative."); 69throw new ArgumentOutOfRangeException(nameof(value), value, $"{nameof(value)} must be between 0 and 1 inclusive.");
Microsoft.Extensions.Caching.SqlServer (1)
SqlServerCache.cs (1)
54throw new ArgumentOutOfRangeException(
Microsoft.Extensions.Caching.StackExchangeRedis (1)
RedisCache.cs (1)
593throw new ArgumentOutOfRangeException(
Microsoft.JSInterop (1)
Implementation\JSStreamReference.cs (1)
26throw new ArgumentOutOfRangeException(nameof(totalLength), totalLength, "Length must be a positive value.");
Microsoft.Net.Http.Headers (1)
HeaderUtilities.cs (1)
509throw new ArgumentOutOfRangeException(nameof(value), value, "The value to be formatted must be non-negative.");
PresentationCore (18)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (10)
81throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 110throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 138throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 168throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 196throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 247throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 252throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsGreatThanRemainingBits); 381throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 420throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange); 449throw new ArgumentOutOfRangeException("countOfBits", countOfBits, SR.CountOfBitsOutOfRange);
System\Windows\Media\Effects\ShaderEffect.cs (4)
58throw new ArgumentOutOfRangeException("value", value, SR.Effect_ShaderEffectPadding); 85throw new ArgumentOutOfRangeException("value", value, SR.Effect_ShaderEffectPadding); 112throw new ArgumentOutOfRangeException("value", value, SR.Effect_ShaderEffectPadding); 139throw new ArgumentOutOfRangeException("value", value, SR.Effect_ShaderEffectPadding);
System\Windows\Media\Visual.cs (1)
2536throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Media3D\Viewport2DVisual3D.cs (2)
847throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange); 879throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Media3D\Visual3D.cs (1)
1000throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
PresentationFramework (38)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
108throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
MS\Internal\Controls\TemplatedAdorner.cs (1)
117throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
MS\Internal\Documents\DocumentGrid.cs (1)
1009throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
MS\Internal\Documents\DocumentGridPage.cs (2)
193throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange); 197throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
MS\Internal\Documents\DocumentPageHost.cs (1)
126throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
MS\Internal\Documents\FlowDocumentView.cs (1)
231throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\AccessText.cs (1)
536throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
150throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\DataGrid.cs (1)
387throw new ArgumentOutOfRangeException("displayIndex", displayIndex, SR.DataGrid_DisplayIndexOutOfRange);
System\Windows\Controls\DataGridColumnCollection.cs (2)
481throw new ArgumentOutOfRangeException("displayIndex", oldDisplayIndex, SR.Format(SR.DataGrid_ColumnDisplayIndexOutOfRange, changingColumn.Header)); 724throw new ArgumentOutOfRangeException("displayIndex", displayIndex, SR.Format(SR.DataGrid_ColumnDisplayIndexOutOfRange, column.Header));
System\Windows\Controls\Decorator.cs (1)
179throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Grid.cs (1)
329throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\GridSplitter.cs (1)
426throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\InkCanvas.cs (1)
382throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\InkPresenter.cs (2)
264throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange); 278throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Panel.cs (1)
383throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
224throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
473throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
130throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Primitives\PopupRoot.cs (1)
79throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
352throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange); 365throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\Primitives\Track.cs (1)
380throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\ToolBarTray.cs (1)
484throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\ViewBox.cs (1)
243throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Controls\ViewPort3D.cs (1)
191throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Documents\AdornerDecorator.cs (2)
212throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange); 225throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\windows\Documents\CaretElement.cs (1)
111throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Documents\FixedPage.cs (1)
714throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\FrameworkElement.cs (2)
655throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange); 659throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Input\KeyboardNavigation.cs (1)
671throw new ArgumentOutOfRangeException("index", index, SR.Visual_ArgumentOutOfRange);
System\Windows\Markup\Baml2006\SharedStream.cs (2)
137throw new ArgumentOutOfRangeException(nameof(value), value, string.Empty); 241throw new ArgumentOutOfRangeException(nameof(offset), offset, string.Empty);
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (1)
775throw new ArgumentOutOfRangeException("maxEntries", maxEntries, string.Empty);
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (1)
34throw new ArgumentOutOfRangeException("srid", srid, string.Empty);
MS\Internal\Printing\MostFrequentlyUsedCache.cs (1)
19throw new ArgumentOutOfRangeException("maxEntries", maxEntries, string.Empty);
System.Collections (12)
System\Collections\BitArray.cs (1)
1107throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLess);
System\Collections\Generic\LinkedList.cs (1)
202throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_BiggerThanCollection);
System\Collections\Generic\PriorityQueue.cs (1)
951throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual);
System\Collections\Generic\SortedList.cs (7)
233throw new ArgumentOutOfRangeException(nameof(value), value, SR.ArgumentOutOfRange_SmallCapacity); 437throw new ArgumentOutOfRangeException(nameof(arrayIndex), arrayIndex, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual); 468throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual); 527throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLess); 540throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLess); 564throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLess); 688throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLess);
System\Collections\Generic\Stack.cs (2)
103throw new ArgumentOutOfRangeException(nameof(arrayIndex), arrayIndex, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual); 136throw new ArgumentOutOfRangeException(nameof(arrayIndex), arrayIndex, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual);
System.Collections.Concurrent (3)
System\Collections\Concurrent\BlockingCollection.cs (3)
1574throw new ArgumentOutOfRangeException(nameof(index), index, SR.BlockingCollection_CopyTo_NonNegative); 1701throw new ArgumentOutOfRangeException(nameof(timeout), timeout, 1715throw new ArgumentOutOfRangeException(nameof(millisecondsTimeout), millisecondsTimeout,
System.Console (2)
System\Console.cs (2)
578throw new ArgumentOutOfRangeException(nameof(left), left, SR.ArgumentOutOfRange_ConsoleBufferBoundaries); 580throw new ArgumentOutOfRangeException(nameof(top), top, SR.ArgumentOutOfRange_ConsoleBufferBoundaries);
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
114throw new ArgumentOutOfRangeException(nameof(IndentSize), value, SR.TraceListenerIndentSize);
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (1)
32_ => throw new ArgumentOutOfRangeException(nameof(encodingType), encodingType, null),
System\Formats\Asn1\AsnWriter.BitString.cs (1)
50throw new ArgumentOutOfRangeException(
System.IO.Pipelines (1)
src\libraries\Common\src\System\IO\StreamHelpers.CopyValidation.cs (1)
19throw new ArgumentOutOfRangeException(nameof(bufferSize), bufferSize, SR.ArgumentOutOfRange_NeedPosNum);
System.Net.Http (6)
System\Net\Http\HttpClient.cs (1)
123throw new ArgumentOutOfRangeException(nameof(value), value,
System\Net\Http\HttpClientHandler.cs (1)
235throw new ArgumentOutOfRangeException(nameof(value), value,
System\Net\Http\HttpContent.cs (1)
611throw new ArgumentOutOfRangeException(nameof(maxBufferSize), maxBufferSize,
System\Net\Http\MultipartContent.cs (1)
76throw new ArgumentOutOfRangeException(nameof(boundary), boundary,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
313throw new ArgumentOutOfRangeException(nameof(value), value, SR.Format(SR.net_http_value_must_be_greater_than_or_equal, value, TimeSpan.FromSeconds(1))); 338throw new ArgumentOutOfRangeException(nameof(value), value, SR.Format(SR.net_http_value_must_be_greater_than_or_equal, value, TimeSpan.FromSeconds(1)));
System.Net.Quic (3)
System\Net\Quic\Internal\ThrowHelper.cs (2)
213throw new ArgumentOutOfRangeException(argumentName, value, SR.Format(SR.net_quic_in_range, propertyName, max)); 221throw new ArgumentOutOfRangeException(argumentName, value, SR.Format(SR.net_quic_timeout_use_gt_zero, propertyName));
System\Net\Quic\QuicConnectionOptions.cs (1)
47throw new ArgumentOutOfRangeException(argumentName, value, SR.Format(SR.net_quic_power_of_2, $"{nameof(QuicConnectionOptions.InitialReceiveWindowSizes)}.{propertyName}"));
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
647throw new ArgumentOutOfRangeException(nameof(impersonationLevel), impersonationLevel.ToString(), SR.net_auth_supported_impl_levels);
System.Net.Sockets (1)
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
49throw new ArgumentOutOfRangeException(
System.Net.WebSockets (5)
System\Net\WebSockets\WebSocket.cs (2)
148throw new ArgumentOutOfRangeException(nameof(keepAliveInterval), keepAliveInterval, 202throw new ArgumentOutOfRangeException(nameof(keepAliveInterval), keepAliveInterval,
System\Net\WebSockets\WebSocketCreationOptions.cs (1)
48throw new ArgumentOutOfRangeException(nameof(KeepAliveInterval), value,
System\Net\WebSockets\WebSocketDeflateOptions.cs (2)
30throw new ArgumentOutOfRangeException(nameof(ClientMaxWindowBits), value, 57throw new ArgumentOutOfRangeException(nameof(ServerMaxWindowBits), value,
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
183throw new ArgumentOutOfRangeException(nameof(value), value,
System.Private.CoreLib (128)
src\libraries\System.Private.CoreLib\src\System\ArgumentOutOfRangeException.cs (9)
92throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeNonZero, paramName, value)); 96throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeNonNegative, paramName, value)); 100throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeNonNegativeNonZero, paramName, value)); 104throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeLessOrEqual, paramName, value, other)); 108throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeLess, paramName, value, other)); 112throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeGreaterOrEqual, paramName, value, other)); 116throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeGreater, paramName, value, other)); 120throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeNotEqual, paramName, (object?)value ?? "null", (object?)other ?? "null")); 124throw new ArgumentOutOfRangeException(paramName, value, SR.Format(SR.ArgumentOutOfRange_Generic_MustBeEqual, paramName, (object?)value ?? "null", (object?)other ?? "null"));
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (2)
101throw new ArgumentOutOfRangeException(nameof(arrayIndex), arrayIndex, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual); 138throw new ArgumentOutOfRangeException(nameof(index), index, SR.ArgumentOutOfRange_IndexMustBeLessOrEqual);
src\libraries\System.Private.CoreLib\src\System\Environment.cs (3)
128throw new ArgumentOutOfRangeException(nameof(folder), folder, SR.Format(SR.Arg_EnumIllegalVal, folder)); 131throw new ArgumentOutOfRangeException(nameof(option), option, SR.Format(SR.Arg_EnumIllegalVal, option)); 234throw new ArgumentOutOfRangeException(nameof(target), target, SR.Format(SR.Arg_EnumIllegalVal, target));
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
67new ArgumentOutOfRangeException(nameof(name), name, errno.GetErrorMessage()) :
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (4)
155throw new ArgumentOutOfRangeException(nameof(value), value, SR.ArgumentOutOfRange_AddValue); 503throw new ArgumentOutOfRangeException( 514_ => throw new ArgumentOutOfRangeException( 700throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\ChineseLunisolarCalendar.cs (3)
258throw new ArgumentOutOfRangeException("year", lunarYear, SR.Format(SR.ArgumentOutOfRange_Range, MinLunisolarYear, MaxLunisolarYear)); 273throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 277throw new ArgumentOutOfRangeException(nameof(year), year, SR.Format(SR.ArgumentOutOfRange_Range, MinLunisolarYear, MaxLunisolarYear));
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (5)
453throw new ArgumentOutOfRangeException(nameof(value), value, SR.Argument_InvalidCalendar); 532throw new ArgumentOutOfRangeException(nameof(era), era + 1, SR.ArgumentOutOfRange_InvalidEraValue); 561throw new ArgumentOutOfRangeException(nameof(era), era + 1, SR.ArgumentOutOfRange_InvalidEraValue); 635throw new ArgumentOutOfRangeException( 665throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (11)
38throw new ArgumentOutOfRangeException( 55throw new ArgumentOutOfRangeException( 104throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 134throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 145throw new ArgumentOutOfRangeException( 162throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 173throw new ArgumentOutOfRangeException( 250throw new ArgumentOutOfRangeException( 428throw new ArgumentOutOfRangeException( 601throw new ArgumentOutOfRangeException( 666throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (19)
51throw new ArgumentOutOfRangeException( 68throw new ArgumentOutOfRangeException( 141throw new ArgumentOutOfRangeException( 215throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 228throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 250throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 254throw new ArgumentOutOfRangeException( 293throw new ArgumentOutOfRangeException( 301throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 305throw new ArgumentOutOfRangeException( 312throw new ArgumentOutOfRangeException( 330throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 334throw new ArgumentOutOfRangeException( 351throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 355throw new ArgumentOutOfRangeException( 362throw new ArgumentOutOfRangeException( 379throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 392throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 427throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (7)
296throw new ArgumentOutOfRangeException( 314throw new ArgumentOutOfRangeException( 332throw new ArgumentOutOfRangeException( 343throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 351throw new ArgumentOutOfRangeException( 575throw new ArgumentOutOfRangeException(nameof(months), months, SR.ArgumentOutOfRange_AddValue); 881throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (9)
124throw new ArgumentOutOfRangeException( 139throw new ArgumentOutOfRangeException( 154throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 176throw new ArgumentOutOfRangeException( 271throw new ArgumentOutOfRangeException( 371throw new ArgumentOutOfRangeException( 404throw new ArgumentOutOfRangeException( 437throw new ArgumentOutOfRangeException( 458throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
273throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseLunisolarCalendar.cs (1)
145throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (7)
56throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 65throw new ArgumentOutOfRangeException( 103throw new ArgumentOutOfRangeException( 184throw new ArgumentOutOfRangeException( 308throw new ArgumentOutOfRangeException( 330throw new ArgumentOutOfRangeException( 345throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
166throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanLunisolarCalendar.cs (3)
1187throw new ArgumentOutOfRangeException( 1205throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 1209throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (9)
77throw new ArgumentOutOfRangeException( 88throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 97throw new ArgumentOutOfRangeException( 111throw new ArgumentOutOfRangeException( 223throw new ArgumentOutOfRangeException( 335throw new ArgumentOutOfRangeException( 374throw new ArgumentOutOfRangeException( 408throw new ArgumentOutOfRangeException( 428throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\StringInfo.cs (2)
80throw new ArgumentOutOfRangeException(nameof(startingTextElement), startingTextElement, SR.Arg_ArgumentOutOfRangeException); 84throw new ArgumentOutOfRangeException(nameof(lengthInTextElements), lengthInTextElements, SR.Arg_ArgumentOutOfRangeException);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
165throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanLunisolarCalendar.cs (1)
201throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
147throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (8)
297throw new ArgumentOutOfRangeException( 312throw new ArgumentOutOfRangeException(nameof(era), era, SR.ArgumentOutOfRange_InvalidEraValue); 321throw new ArgumentOutOfRangeException( 414throw new ArgumentOutOfRangeException( 543throw new ArgumentOutOfRangeException( 582throw new ArgumentOutOfRangeException( 614throw new ArgumentOutOfRangeException( 637throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
59throw new ArgumentOutOfRangeException(nameof(platform), platform, SR.Format(SR.Arg_EnumIllegalVal, platform));
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreSlim.cs (8)
151throw new ArgumentOutOfRangeException( 158throw new ArgumentOutOfRangeException(nameof(maxCount), maxCount, SR.SemaphoreSlim_ctor_MaxCountWrong); 217throw new ArgumentOutOfRangeException( 248throw new ArgumentOutOfRangeException( 294throw new ArgumentOutOfRangeException( 572throw new ArgumentOutOfRangeException( 604throw new ArgumentOutOfRangeException( 767throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (2)
228throw new ArgumentOutOfRangeException( 286throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Threading\SpinWait.cs (2)
285throw new ArgumentOutOfRangeException( 307throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ValueTask.cs (2)
246throw new ArgumentOutOfRangeException( 653throw new ArgumentOutOfRangeException(
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (4)
218throw new ArgumentOutOfRangeException(nameof(month), month, SR.ArgumentOutOfRange_Month); 224throw new ArgumentOutOfRangeException(nameof(dayNumber), dayNumber, SR.ArgumentOutOfRange_DayNumber); 260throw new ArgumentOutOfRangeException(parameterName, value, SR.Format(SR.ArgumentOutOfRange_Range, minInclusive, maxInclusive)); 542throw new ArgumentOutOfRangeException(nameof(state), state, SR.Argument_UnexpectedStateForKnownCallback);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (1)
208throw new ArgumentOutOfRangeException(nameof(daylightDelta), daylightDelta, SR.ArgumentOutOfRange_UtcOffset);
System.Private.Uri (2)
System\UriExt.cs (1)
346throw new ArgumentOutOfRangeException(nameof(components), components, SR.net_uri_NotJustSerialization);
System\UriScheme.cs (1)
138throw new ArgumentOutOfRangeException(nameof(components), components, SR.net_uri_NotJustSerialization);
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\HandleCollector.cs (2)
27throw new ArgumentOutOfRangeException(nameof(initialThreshold), initialThreshold, SR.Arg_NeedNonNegNumRequired); 31throw new ArgumentOutOfRangeException(nameof(maximumThreshold), maximumThreshold, SR.Arg_NeedNonNegNumRequired);
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
43throw new ArgumentOutOfRangeException(nameof(options), options, SR.Argument_InvalidFlag); 125throw new ArgumentOutOfRangeException(nameof(options), options, SR.Argument_InvalidFlag);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
172throw new ArgumentOutOfRangeException(
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
51throw new ArgumentOutOfRangeException(
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
77throw new ArgumentOutOfRangeException(
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
55throw new ArgumentOutOfRangeException(
System.Threading (2)
System\Threading\Barrier.cs (2)
571throw new System.ArgumentOutOfRangeException(nameof(timeout), timeout, 632throw new System.ArgumentOutOfRangeException(nameof(millisecondsTimeout), millisecondsTimeout,
System.Threading.RateLimiting (8)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (2)
86throw new ArgumentOutOfRangeException(nameof(permitCount), permitCount, SR.Format(SR.PermitLimitExceeded, permitCount, _options.PermitLimit)); 125throw new ArgumentOutOfRangeException(nameof(permitCount), permitCount, SR.Format(SR.PermitLimitExceeded, permitCount, _options.PermitLimit));
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (2)
106throw new ArgumentOutOfRangeException(nameof(permitCount), permitCount, SR.Format(SR.PermitLimitExceeded, permitCount, _options.PermitLimit)); 142throw new ArgumentOutOfRangeException(nameof(permitCount), permitCount, SR.Format(SR.PermitLimitExceeded, permitCount, _options.PermitLimit));
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (2)
119throw new ArgumentOutOfRangeException(nameof(permitCount), permitCount, SR.Format(SR.PermitLimitExceeded, permitCount, _options.PermitLimit)); 154throw new ArgumentOutOfRangeException(nameof(permitCount), permitCount, SR.Format(SR.PermitLimitExceeded, permitCount, _options.PermitLimit));
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (2)
113throw new ArgumentOutOfRangeException(nameof(tokenCount), tokenCount, SR.Format(SR.TokenLimitExceeded, tokenCount, _options.TokenLimit)); 147throw new ArgumentOutOfRangeException(nameof(tokenCount), tokenCount, SR.Format(SR.TokenLimitExceeded, tokenCount, _options.TokenLimit));
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\Exceptions.cs (1)
207return new ArgumentOutOfRangeException(valueName, value, message);
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (4)
178throw new ArgumentOutOfRangeException("row", row, SR.GridRowOutOfRange); 183throw new ArgumentOutOfRangeException("column", column, SR.GridColumnOutOfRange); 375throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMax); 379throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMin);
MS\Internal\AutomationProxies\WindowsListView.cs (2)
748throw new ArgumentOutOfRangeException("row", row, SR.GridRowOutOfRange); 753throw new ArgumentOutOfRangeException("column", column, SR.GridColumnOutOfRange);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
369throw new ArgumentOutOfRangeException("row", row, SR.GridRowOutOfRange); 374throw new ArgumentOutOfRangeException("column", column, SR.GridColumnOutOfRange);
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
70throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMax); 74throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMin);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
682throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMax); 686throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMin);
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
280throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMax); 284throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMin);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
259throw new ArgumentOutOfRangeException("row", row, SR.GridRowOutOfRange); 264throw new ArgumentOutOfRangeException("column", column, SR.GridColumnOutOfRange);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
223throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMax); 227throw new ArgumentOutOfRangeException("value", val, SR.RangeValueMin);