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