Share via


SPFeatureDependencyNotActivatedException class

Representa uma exceção que é lançada quando ativar ou atualizar um recurso que tem uma dependência em um recurso visível que não está ativado.

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.SharePoint.SPFeatureDependencyNotActivatedException

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SerializableAttribute> _
Public NotInheritable Class SPFeatureDependencyNotActivatedException _
    Inherits SPException
'Uso
Dim instance As SPFeatureDependencyNotActivatedException
[SerializableAttribute]
public sealed class SPFeatureDependencyNotActivatedException : SPException

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.

Ver também

Referência

SPFeatureDependencyNotActivatedException members

Microsoft.SharePoint namespace