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