SPDeletedConcurrencyException class

Represents an exception that is thrown when attempting to update an object that has been deleted.

Inheritance hierarchy

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)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDeletedConcurrencyException _
    Inherits SPConcurrencyException
'Usage
Dim instance As SPDeletedConcurrencyException
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDeletedConcurrencyException : SPConcurrencyException

Remarks

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.

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

SPDeletedConcurrencyException members

Microsoft.SharePoint.Administration namespace