TestException 클래스
이 클래스에는 다양한 테스트 예외를 초기화하는 생성자가 포함되어 있습니다. 이 예외 클래스는 인증 테스트와 관련된 예외를 나타내기 위해 정의됩니다.
네임스페이스: Microsoft.Windows.Kits.Hardware.ObjectModel
어셈블리: Microsoft.Windows.Kits.Hardware.ObjectModel (Microsoft.Windows.Kits.Hardware.ObjectModel 내)
사용
Visual Basic
Dim instance As TestException
구문
Visual Basic
<SerializableAttribute> _
Public Class TestException
Inherits ProjectManagerException
C#
[SerializableAttribute]
public class TestException : ProjectManagerException
상속 계층 구조
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException
Microsoft.Windows.Kits.Hardware.ObjectModel.TestException
스레드 안전성
이 형식의 모든 공용 정적 멤버(Visual Basic의 경우 공유 멤버)는 스레드로부터 안전하게 보호됩니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.