Freigeben über


SPFeatureIsOrphanedException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der Klasse SPFeatureIsOrphanedException basierend auf der angegebenen Fehlermeldung und einer inneren Ausnahme, die diese Ausnahme ausgelöst hat.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

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

Parameter

  • innerException
    Typ: System.Exception

    Einer inneren Ausnahme, die diese Ausnahme ausgelöst hat.

Siehe auch

Referenz

SPFeatureIsOrphanedException Klasse

SPFeatureIsOrphanedException-Member

SPFeatureIsOrphanedException-Überladung

Microsoft.SharePoint-Namespace