共用方式為


SPFeatureIsOrphanedException constructor (String, Exception)

初始化根據指定的錯誤訊息和內部是造成這個例外狀況的例外狀況的SPFeatureIsOrphanedException類別的新執行個體。

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

Syntax

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'用途
Dim message As String
Dim innerException As Exception

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

參數

  • innerException
    Type: System.Exception

    內部例外狀況,造成這個例外狀況。

請參閱

參照

SPFeatureIsOrphanedException class

SPFeatureIsOrphanedException members

SPFeatureIsOrphanedException overload

Microsoft.SharePoint namespace