Freigeben über


SPFeatureUpgradeFatalErrorException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der SPFeatureUpgradeFatalErrorException -Klasse mit der angegebenen Fehlermeldung und der inneren Ausnahme, die Ursache der aktuellen Ausnahme ist.

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 SPFeatureUpgradeFatalErrorException(message, _
    innerException)
public SPFeatureUpgradeFatalErrorException(
    string message,
    Exception innerException
)

Parameter

  • innerException
    Typ: System.Exception

    Eine innere Ausnahme, die Ursache der aktuellen Ausnahme ist.

Siehe auch

Referenz

SPFeatureUpgradeFatalErrorException Klasse

SPFeatureUpgradeFatalErrorException-Member

SPFeatureUpgradeFatalErrorException-Überladung

Microsoft.SharePoint-Namespace