SPUncleanDatabaseException class
此類別和其成員是保留給內部使用,而不是用來在您的程式碼中使用。
Inheritance hierarchy
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.SharePoint.Administration.SPUncleanDatabaseException
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUncleanDatabaseException _
Inherits ArgumentException
'用途
Dim instance As SPUncleanDatabaseException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUncleanDatabaseException : ArgumentException
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.