ProductInstanceException 클래스
이 예외 클래스는 대상별 오류를 처리하도록 정의됩니다. 예기치 못한 상황이 발생할 때마다 대상과 관련된 세부 정보를 추가하기 위해 ProductInstanceException이 발생합니다.
네임스페이스: Microsoft.Windows.Kits.Hardware.ObjectModel
어셈블리: Microsoft.Windows.Kits.Hardware.ObjectModel (Microsoft.Windows.Kits.Hardware.ObjectModel 내)
사용
Visual Basic
Dim instance As ProductInstanceException
구문
Visual Basic
<SerializableAttribute> _
Public Class ProductInstanceException
Inherits ProjectManagerException
C#
[SerializableAttribute]
public class ProductInstanceException : ProjectManagerException
상속 계층 구조
System.Object
System.Exception
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException
Microsoft.Windows.Kits.Hardware.ObjectModel.ProductInstanceException
스레드 안전성
이 형식의 모든 공용 정적 멤버(Visual Basic의 경우 공유 멤버)는 스레드로부터 안전하게 보호됩니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.