共用方式為


SPUpgradeLockException class

代表在升級鎖定期間發生例外狀況。

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Upgrade.SPUpgradeException
      Microsoft.SharePoint.Upgrade.SPUpgradeLockException

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPUpgradeLockException _
    Inherits SPUpgradeException
'用途
Dim instance As SPUpgradeLockException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPUpgradeLockException : 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.

請參閱

參照

SPUpgradeLockException members

Microsoft.SharePoint.Upgrade namespace