ProjectException Class
This class is a base class for all logo manager exceptions.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As ProjectException
Syntax
Visual Basic
<SerializableAttribute> _
Public Class ProjectException
Inherits ProjectManagerException
C#
[SerializableAttribute]
public class ProjectException: ProjectManagerException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectException Microsoft.Windows.Kits.Hardware.ObjectModel.Submission.PackageException
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.