Compartilhar via


SPFeatureDependencyNotActivatedException constructor (String, Exception)

Inicializa uma nova instância da classe SPFeatureDependencyNotActivatedException , com base na mensagem de erro especificada e exceção interna que é a causa dessa exceção.

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

Syntax

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception

Dim instance As New SPFeatureDependencyNotActivatedException(message, _
    innerException)
public SPFeatureDependencyNotActivatedException(
    string message,
    Exception innerException
)

Parâmetros

  • innerException
    Type: System.Exception

    Exceção interna é a causa da exceção atual.

Ver também

Referência

SPFeatureDependencyNotActivatedException class

SPFeatureDependencyNotActivatedException members

SPFeatureDependencyNotActivatedException overload

Microsoft.SharePoint namespace