<h2title="Uses of Class System.SystemException"class="title">Uses of Class<br>System.SystemException</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/SystemException.html"title="class in System">SystemException</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../Microsoft/Xna/Framework/Audio/package-summary.html">Microsoft.Xna.Framework.Audio</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../Microsoft/Xna/Framework/Audio/package-summary.html">Microsoft.Xna.Framework.Audio</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="../../Microsoft/Xna/Framework/Audio/NoAudioHardwareException.html"title="class in Microsoft.Xna.Framework.Audio">NoAudioHardwareException</a></strong></code>
<divclass="block">The exception that is thrown when no audio hardware is present, or when audio hardware is installed, but the device drivers for the audio hardware are not present or enabled.</div>
<h3>Uses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../Microsoft/Xna/Framework/Storage/package-summary.html">Microsoft.Xna.Framework.Storage</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../Microsoft/Xna/Framework/Storage/package-summary.html">Microsoft.Xna.Framework.Storage</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="../../Microsoft/Xna/Framework/Storage/StorageDeviceNotConnectedException.html"title="class in Microsoft.Xna.Framework.Storage">StorageDeviceNotConnectedException</a></strong></code>
<divclass="block">The exception that is thrown when the requested StorageDevice is not connected.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList"><aname="System">
<!---->
</a>
<h3>Uses of <ahref="../../System/SystemException.html"title="class in System">SystemException</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/SystemException.html"title="class in System">SystemException</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/ArgumentException.html"title="class in System">ArgumentException</a></strong></code>
<divclass="block">The exception that is thrown when one of the arguments provided to a method is not valid.</div>
</td>
</tr>
<trclass="rowColor">
<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="altColor">
<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>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/ArithmeticException.html"title="class in System">ArithmeticException</a></strong></code>
<divclass="block">The exception that is thrown for errors in an arithmetic, casting, or conversion operation.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/FormatException.html"title="class in System">FormatException</a></strong></code>
<divclass="block">The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/InvalidOperationException.html"title="class in System">InvalidOperationException</a></strong></code>
<divclass="block">The exception that is thrown when a method call is invalid for the object's current state.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/NotImplementedException.html"title="class in System">NotImplementedException</a></strong></code>
<divclass="block">The exception that is thrown when a requested method or operation is not implemented.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/NotSupportedException.html"title="class in System">NotSupportedException</a></strong></code>
<divclass="block">The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked
functionality.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/ObjectDisposedException.html"title="class in System">ObjectDisposedException</a></strong></code>
<divclass="block">The exception that is thrown when an operation is performed on a disposed object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/OverflowException.html"title="class in System">OverflowException</a></strong></code>
<divclass="block">The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/UnauthorizedAccessException.html"title="class in System">UnauthorizedAccessException</a></strong></code>
<divclass="block">The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.</div>
<h3>Uses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../System/Collections/Generic/package-summary.html">System.Collections.Generic</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../System/Collections/Generic/package-summary.html">System.Collections.Generic</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/Collections/Generic/KeyNotFoundException.html"title="class in System.Collections.Generic">KeyNotFoundException</a></strong></code>
<divclass="block">The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList"><aname="System.IO">
<!---->
</a>
<h3>Uses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../System/IO/package-summary.html">System.IO</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../System/IO/package-summary.html">System.IO</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/IO/EndOfStreamException.html"title="class in System.IO">EndOfStreamException</a></strong></code>
<divclass="block">The exception that is thrown when reading is attempted past the end of a stream.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/IO/FileNotFoundException.html"title="class in System.IO">FileNotFoundException</a></strong></code>
<divclass="block">The exception that is thrown when an attempt to access a file that does not exist fails.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/IO/IOException.html"title="class in System.IO">IOException</a></strong></code>
<divclass="block">The exception that is thrown when an I/O error occurs.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/IO/PathTooLongException.html"title="class in System.IO">PathTooLongException</a></strong></code> </td>
<h3>Uses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../System/Runtime/InteropServices/package-summary.html">System.Runtime.InteropServices</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../System/SystemException.html"title="class in System">SystemException</a> in <ahref="../../System/Runtime/InteropServices/package-summary.html">System.Runtime.InteropServices</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/Runtime/InteropServices/ExternalException.html"title="class in System.Runtime.InteropServices">ExternalException</a></strong></code>
<divclass="block">The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions.</div>