SPContentTypeSealedException class
表示嘗試修改密封的SPContentType物件時,就會發生的例外狀況。
Inheritance hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPContentTypeSealedException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
Public Class SPContentTypeSealedException _
Inherits SPException
'用途
Dim instance As SPContentTypeSealedException
[SerializableAttribute]
public class SPContentTypeSealedException : SPException
備註
如果密封的SPContentType物件,其Sealed屬性的值會是true。
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.