TestException Class
This class contains constructors that initialize various test exceptions. This exception class is defined to represent exceptions related to certification tests.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As TestException
Syntax
Visual Basic
<SerializableAttribute> _
Public Class TestException
Inherits ProjectManagerException
C#
[SerializableAttribute]
public class TestException : ProjectManagerException
Inheritance Hierarchy
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException
Microsoft.Windows.Kits.Hardware.ObjectModel.TestException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.