Partager via


DriverInternalErrorException, classe

Mise à jour : novembre 2007

Erreur de pilote interne. Les applications doivent généralement s'arrêter lorsqu'elles reçoivent cette erreur.

Espace de noms :  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly :  Microsoft.WindowsMobile.DirectX (dans Microsoft.WindowsMobile.DirectX.dll)

Syntaxe

'Déclaration
Public Class DriverInternalErrorException _
    Inherits GraphicsException
'Utilisation
Dim instance As DriverInternalErrorException
public class DriverInternalErrorException : GraphicsException
public ref class DriverInternalErrorException : public GraphicsException
public class DriverInternalErrorException extends GraphicsException

Hiérarchie d'héritage

System.Object
  System.Exception
    Microsoft.WindowsMobile.DirectX.DirectXException
      Microsoft.WindowsMobile.DirectX.Direct3D.GraphicsException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverInternalErrorException

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Windows CE, Windows Mobile pour Smartphone, Windows Mobile pour Pocket PC

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Compact Framework

Pris en charge dans : 3.5, 2.0

Voir aussi

Référence

Membres DriverInternalErrorException

Microsoft.WindowsMobile.DirectX.Direct3D, espace de noms

Autres ressources

Programmation Direct3D Mobile dans le .NET Compact Framework