<h2title="Uses of Class System.ArgumentException"class="title">Uses of Class<br>System.ArgumentException</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../System/ArgumentException.html"title="class in System">ArgumentException</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../System/ArgumentException.html"title="class in System">ArgumentException</a> in <ahref="../../System/package-summary.html">System</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../System/ArgumentException.html"title="class in System">ArgumentException</a> in <ahref="../../System/package-summary.html">System</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/ArgumentNullException.html"title="class in System">ArgumentNullException</a></strong></code>
<divclass="block">The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/ArgumentOutOfRangeException.html"title="class in System">ArgumentOutOfRangeException</a></strong></code>
<divclass="block">The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.</div>