ProjectUpgradeException Class

Represents the exception thrown when a project fails to upgrade.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectUpgradeException _
    Inherits DataSchemaException
'Usage
Dim instance As ProjectUpgradeException
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public sealed class ProjectUpgradeException : DataSchemaException
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public ref class ProjectUpgradeException sealed : public DataSchemaException
public final class ProjectUpgradeException extends DataSchemaException
[<SealedAttribute>]
[<SerializableAttribute>]
[<CLSCompliantAttribute(false)>]
type ProjectUpgradeException =  
    class
        inherit DataSchemaException
    end

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      Microsoft.VisualStudio.Data.Schema.Project.Project.ProjectUpgradeException

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.

See Also

Reference

ProjectUpgradeException Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace