19 references to IndexOutOfRangeException
mscorlib (8)
System\Diagnostics\Eventing\TraceLogging\DataCollector.cs (4)
85
throw new
IndexOutOfRangeException
(Environment.GetResourceString("EventSource_AddScalarOutOfRange"));
272
throw new
IndexOutOfRangeException
(Environment.GetResourceString("EventSource_PinArrayOutOfRange"));
278
throw new
IndexOutOfRangeException
(Environment.GetResourceString("EventSource_DataDescriptorsOutOfRange"));
296
throw new
IndexOutOfRangeException
(Environment.GetResourceString("EventSource_DataDescriptorsOutOfRange"));
system\io\__consolestream.cs (1)
182
throw new
IndexOutOfRangeException
(Environment.GetResourceString("IndexOutOfRange_IORaceCondition"));
system\io\filestream.cs (2)
2495
throw new
IndexOutOfRangeException
(Environment.GetResourceString("IndexOutOfRange_IORaceCondition"));
2552
throw new
IndexOutOfRangeException
(Environment.GetResourceString("IndexOutOfRange_IORaceCondition"));
system\io\unmanagedmemorystream.cs (1)
359
throw new
IndexOutOfRangeException
(Environment.GetResourceString("IndexOutOfRange_UMSPosition"));
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\Quad.cs (1)
69
throw new
IndexOutOfRangeException
("index");
System (2)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
238
throw new
IndexOutOfRangeException
("index");
compmod\system\componentmodel\MaskedTextProvider.cs (1)
882
throw new
IndexOutOfRangeException
(index.ToString(CultureInfo.CurrentCulture));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (2)
504
throw FxTrace.Exception.AsError(new
IndexOutOfRangeException
(index.ToString(CultureInfo.InvariantCulture)));
515
throw FxTrace.Exception.AsError(new
IndexOutOfRangeException
(index.ToString(CultureInfo.InvariantCulture)));
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (2)
504
throw FxTrace.Exception.AsError(new
IndexOutOfRangeException
(index.ToString(CultureInfo.InvariantCulture)));
515
throw FxTrace.Exception.AsError(new
IndexOutOfRangeException
(index.ToString(CultureInfo.InvariantCulture)));
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
184
IndexOutOfRangeException e = new
IndexOutOfRangeException
(value.ToString(CultureInfo.InvariantCulture));
189
IndexOutOfRangeException e = new
IndexOutOfRangeException
(error);
fx\src\data\System\Data\DataException.cs (1)
300
IndexOutOfRangeException e = new
IndexOutOfRangeException
(error);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
301
return new
IndexOutOfRangeException
(error);