SPDeletedConcurrencyException class
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
'宣告
<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
備註
SPDeletedConcurrencyException會擲回,例如,當嘗試變更已經刪除的資料庫中可以建立的網站數目。
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.