Uses of Class
System.SystemException

Packages that use SystemException
Microsoft.Xna.Framework.Audio   
System   
System.Collections.Generic   
System.IO   
System.Runtime.InteropServices   
 

Uses of SystemException in Microsoft.Xna.Framework.Audio
 

Subclasses of SystemException in Microsoft.Xna.Framework.Audio
 class NoAudioHardwareException
          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.
 

Uses of SystemException in System
 

Subclasses of SystemException in System
 class ArgumentException
          The exception that is thrown when one of the arguments provided to a method is not valid.
 class ArgumentNullException
          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.
 class ArgumentOutOfRangeException
          The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
 class ArithmeticException
          The exception that is thrown for errors in an arithmetic, casting, or conversion operation.
 class FormatException
          The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.
 class InvalidOperationException
          The exception that is thrown when a method call is invalid for the object's current state.
 class NotImplementedException
          The exception that is thrown when a requested method or operation is not implemented.
 class NotSupportedException
          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.
 class ObjectDisposedException
          The exception that is thrown when an operation is performed on a disposed object.
 class OverflowException
          The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
 class UnauthorizedAccessException
          The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.
 

Uses of SystemException in System.Collections.Generic
 

Subclasses of SystemException in System.Collections.Generic
 class KeyNotFoundException
          The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
 

Uses of SystemException in System.IO
 

Subclasses of SystemException in System.IO
 class EndOfStreamException
          The exception that is thrown when reading is attempted past the end of a stream.
 class IOException
          The exception that is thrown when an I/O error occurs.
 class PathTooLongException
           
 

Uses of SystemException in System.Runtime.InteropServices
 

Subclasses of SystemException in System.Runtime.InteropServices
 class ExternalException
          The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions.