SPContentTypeSealedException class
Represents an exception that occurs when an attempt is made to modify an SPContentType object that is sealed.
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
'Declaration
<SerializableAttribute> _
Public Class SPContentTypeSealedException _
Inherits SPException
'Usage
Dim instance As SPContentTypeSealedException
[SerializableAttribute]
public class SPContentTypeSealedException : SPException
Remarks
If an SPContentType object is sealed, the value of its Sealed property is 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.