SPDeletedConcurrencyException Class
Represents an exception that is thrown when attempting to update an object that has been deleted.
System.Object
System.Exception
Microsoft.SharePoint.Administration.SPDatabaseException
Microsoft.SharePoint.Administration.SPConcurrencyException
Microsoft.SharePoint.Administration.SPDeletedConcurrencyException
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDeletedConcurrencyException _
Inherits SPConcurrencyException
Dim instance As SPDeletedConcurrencyException
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDeletedConcurrencyException : SPConcurrencyException
An SPDeletedConcurrencyException is thrown, for example, when attempting to change the number of sites that can be created in a database that has been deleted.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.