Partager via


TestException, classe

Cette classe contient des constructeurs qui initialisent diverses exceptions de test. Cette classe d’exception est définie pour représenter les exceptions liées aux tests de certification.

Noms: Microsoft.Windows.Kits.Hardware.ObjectModel

Assemblée: Microsoft.Windows.Kits.Hardware.ObjectModel (dans Microsoft.Windows.Kits.Hardware.ObjectModel)

Utilisation

Visual Basic

Dim instance As TestException

Syntaxe

Visual Basic

<SerializableAttribute> _

Public Class TestException

          Inherits ProjectManagerException

C#

[SerializableAttribute]

public class TestException : ProjectManagerException

Hiérarchie d’héritage

System.Object

Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException

Microsoft.Windows.Kits.Hardware.ObjectModel.TestException

Sécurité des threads

Tous les membres statiques publics (partagés en Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.