SPUpgradeCompatibilityException class
Represents an exception that occurs during upgrade when the front-end Web server attempts to connect to an incompatible database.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Upgrade.SPUpgradeException
Microsoft.SharePoint.Upgrade.SPUpgradeCompatibilityException
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPUpgradeCompatibilityException _
Inherits SPUpgradeException
'Usage
Dim instance As SPUpgradeCompatibilityException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPUpgradeCompatibilityException : SPUpgradeException
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.