SPContentTypeSealedException class
Representa uma exceção que ocorre quando é feita uma tentativa de modificar um objeto de SPContentType que está lacrado.
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
'Declaração
<SerializableAttribute> _
Public Class SPContentTypeSealedException _
Inherits SPException
'Uso
Dim instance As SPContentTypeSealedException
[SerializableAttribute]
public class SPContentTypeSealedException : SPException
Comentários
Se um objeto de SPContentType está lacrado, o valor de sua propriedade 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.