Share via


SPFeatureIsOrphanedException constructor (String, Exception)

Initializes a new instance of the SPFeatureIsOrphanedException class based on the specified error message and inner exception that is the cause of this exception.

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
)

Parameters

  • innerException
    Type: System.Exception

    An inner exception that is the cause of this exception.

See also

Reference

SPFeatureIsOrphanedException class

SPFeatureIsOrphanedException members

SPFeatureIsOrphanedException overload

Microsoft.SharePoint namespace