Compartilhar via


SPFeatureIsOrphanedException constructor (String, Exception)

Inicializa uma nova instância da classe SPFeatureIsOrphanedException , 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 SPFeatureIsOrphanedException(message, _
    innerException)
public SPFeatureIsOrphanedException(
    string message,
    Exception innerException
)

Parâmetros

  • innerException
    Type: System.Exception

    Exceção interna é a causa dessa exceção.

Ver também

Referência

SPFeatureIsOrphanedException class

SPFeatureIsOrphanedException members

SPFeatureIsOrphanedException overload

Microsoft.SharePoint namespace