Package | Description |
---|---|
Microsoft.Xna.Framework.Audio | |
Microsoft.Xna.Framework.Storage | |
System | |
System.Collections.Generic | |
System.IO | |
System.Runtime.InteropServices |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StorageDeviceNotConnectedException
The exception that is thrown when the requested StorageDevice is not connected.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EndOfStreamException
The exception that is thrown when reading is attempted past the end of a stream.
|
class |
FileNotFoundException
The exception that is thrown when an attempt to access a file that does not exist fails.
|
class |
IOException
The exception that is thrown when an I/O error occurs.
|
class |
PathTooLongException |
Modifier and Type | Class and Description |
---|---|
class |
ExternalException
The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions.
|