Classe TestException
Questa classe contiene costruttori che inizializzano varie eccezioni di test. Questa classe di eccezione è definita per rappresentare eccezioni correlate ai test di certificazione.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assemblea: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Utilizzo
Visual Basic
Dim instance As TestException
Sintassi
Visual Basic
<SerializableAttribute> _
Public Class TestException
Inherits ProjectManagerException
C#
[SerializableAttribute]
public class TestException : ProjectManagerException
Gerarchia di ereditarietà
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException
Microsoft.Windows.Kits.Hardware.ObjectModel.TestException
Sicurezza thread
Tutti i membri statici pubblici (condivisi in Visual Basic) di questo tipo sono thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.