63 references to IndexOutOfRangeException
mscorlib (18)
system\reflection\emit\enumbuilder.cs (1)
383
throw new
IndexOutOfRangeException
();
system\reflection\emit\generictypeparameterbuilder.cs (1)
86
throw new
IndexOutOfRangeException
();
system\reflection\emit\symboltype.cs (1)
307
throw new
IndexOutOfRangeException
();
system\reflection\emit\typebuilder.cs (1)
1486
throw new
IndexOutOfRangeException
();
system\reflection\emit\typebuilderinstantiation.cs (1)
97
throw new
IndexOutOfRangeException
();
system\reflection\mdimport.cs (1)
183
throw new
IndexOutOfRangeException
();
system\rttype.cs (1)
4323
throw new
IndexOutOfRangeException
();
system\string.cs (1)
1542
throw new
IndexOutOfRangeException
();
system\text\stringbuilder.cs (2)
526
throw new
IndexOutOfRangeException
();
531
throw new
IndexOutOfRangeException
();
system\tuple.cs (7)
162
throw new
IndexOutOfRangeException
();
265
throw new
IndexOutOfRangeException
();
378
throw new
IndexOutOfRangeException
();
502
throw new
IndexOutOfRangeException
();
637
throw new
IndexOutOfRangeException
();
783
throw new
IndexOutOfRangeException
();
940
throw new
IndexOutOfRangeException
();
system\unsafecharbuffer.cs (1)
42
throw new
IndexOutOfRangeException
();
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
228
throw new
IndexOutOfRangeException
();
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
603
throw new
IndexOutOfRangeException
();
System (7)
compmod\system\componentmodel\EventDescriptorCollection.cs (2)
122
throw new
IndexOutOfRangeException
();
453
throw new
IndexOutOfRangeException
();
compmod\system\componentmodel\PropertyDescriptorCollection.cs (3)
145
throw new
IndexOutOfRangeException
();
543
throw new
IndexOutOfRangeException
();
673
throw new
IndexOutOfRangeException
();
net\System\Net\SocketAddress.cs (2)
90
throw new
IndexOutOfRangeException
();
96
throw new
IndexOutOfRangeException
();
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
194
IndexOutOfRangeException e = new
IndexOutOfRangeException
();
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8387
throw new
IndexOutOfRangeException
();
System.Data.SqlXml (23)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
127
throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilBinary.cs (2)
49
default: throw new
IndexOutOfRangeException
();
56
default: throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilExpression.cs (2)
83
default: throw new
IndexOutOfRangeException
();
96
default: throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilFunction.cs (2)
59
default: throw new
IndexOutOfRangeException
();
67
default: throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilIterator.cs (2)
39
get { if (index != 0) throw new
IndexOutOfRangeException
(); return this.binding; }
40
set { if (index != 0) throw new
IndexOutOfRangeException
(); this.binding = value; }
System\Xml\Xsl\QIL\QilList.cs (4)
94
throw new
IndexOutOfRangeException
();
100
throw new
IndexOutOfRangeException
();
109
throw new
IndexOutOfRangeException
();
129
throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilNode.cs (2)
113
get { throw new
IndexOutOfRangeException
(); }
114
set { throw new
IndexOutOfRangeException
(); }
System\Xml\Xsl\QIL\QilParameter.cs (2)
44
default: throw new
IndexOutOfRangeException
();
51
default: throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilTernary.cs (2)
51
default: throw new
IndexOutOfRangeException
();
59
default: throw new
IndexOutOfRangeException
();
System\Xml\Xsl\QIL\QilUnary.cs (2)
44
get { if (index != 0) throw new
IndexOutOfRangeException
(); return this.child; }
45
set { if (index != 0) throw new
IndexOutOfRangeException
(); this.child = value; }
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
435
throw new
IndexOutOfRangeException
();
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
656
throw new
IndexOutOfRangeException
();
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (1)
1609
throw new
IndexOutOfRangeException
(); //
winforms\Managed\System\WinForms\ListBox.cs (2)
2672
throw new
IndexOutOfRangeException
();
2685
throw new
IndexOutOfRangeException
();
System.Workflow.Activities (3)
Task.cs (3)
843
throw new
IndexOutOfRangeException
();
858
throw new
IndexOutOfRangeException
();
880
throw new
IndexOutOfRangeException
();
System.Workflow.Runtime (1)
Tracking\PropertyHelper.cs (1)
144
throw new
IndexOutOfRangeException
();
System.Xml (4)
System\Xml\HWStack.cs (2)
72
throw new
IndexOutOfRangeException
();
80
throw new
IndexOutOfRangeException
();
System\Xml\NameTable.cs (2)
106
throw new
IndexOutOfRangeException
();
160
throw new
IndexOutOfRangeException
();