SPUpgradeLockException-Klasse
Stellt eine Ausnahme dar, die während einer Aktualisierung Sperre auftritt.
Vererbungshierarchie
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
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPUpgradeLockException _
Inherits SPUpgradeException
'Usage
Dim instance As SPUpgradeLockException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPUpgradeLockException : SPUpgradeException
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.