SPUpgradeLockException Class

Represents an exception that occurs during an upgrade lock.

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

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPUpgradeLockException _
    Inherits SPUpgradeException
'Usage
Dim instance As SPUpgradeLockException
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, 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.

See Also

Reference

SPUpgradeLockException Members

Microsoft.SharePoint.Upgrade Namespace