SPUpgradeCompatibilityException class
代表當前端網頁伺服器嘗試連線至不相容的資料庫,在升級期間發生例外狀況。
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
'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPUpgradeCompatibilityException _
Inherits SPUpgradeException
'用途
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.