Condividi tramite


Classe GraphicsException

Aggiornamento: novembre 2007

Fornisce eccezioni di base per la grafica.

Spazio dei nomi:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Sintassi

'Dichiarazione
Public Class GraphicsException _
    Inherits DirectXException
'Utilizzo
Dim instance As GraphicsException
public class GraphicsException : DirectXException
public ref class GraphicsException : public DirectXException
public class GraphicsException extends DirectXException

Note

Questa classe deriva dall'oggetto DirectXException.

Gerarchia di ereditarietà

System.Object
  System.Exception
    Microsoft.WindowsMobile.DirectX.DirectXException
      Microsoft.WindowsMobile.DirectX.Direct3D.GraphicsException
        Microsoft.WindowsMobile.DirectX.Direct3D.AlreadyLockedException
        Microsoft.WindowsMobile.DirectX.Direct3D.DeviceLostException
        Microsoft.WindowsMobile.DirectX.Direct3D.DeviceNotResetException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverInternalErrorException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverInvalidCallException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverUnsupportedException
        Microsoft.WindowsMobile.DirectX.Direct3D.InvalidCallException
        Microsoft.WindowsMobile.DirectX.Direct3D.InvalidDeviceException
        Microsoft.WindowsMobile.DirectX.Direct3D.MemoryPoolEmptyException
        Microsoft.WindowsMobile.DirectX.Direct3D.MoreDataException
        Microsoft.WindowsMobile.DirectX.Direct3D.NotAvailableException
        Microsoft.WindowsMobile.DirectX.Direct3D.NotFoundException

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5, 2.0

Vedere anche

Riferimenti

Membri GraphicsException

Spazio dei nomi Microsoft.WindowsMobile.DirectX.Direct3D

Altre risorse

Programmazione per Mobile Direct3D in .NET Compact Framework