Freigeben über


SPFeatureUpgradeInformativeWarningException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der SPFeatureUpgradeInformativeWarningException -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 SPFeatureUpgradeInformativeWarningException(message, _
    innerException)
public SPFeatureUpgradeInformativeWarningException(
    string message,
    Exception innerException
)

Parameter

  • innerException
    Typ: System.Exception

    Eine innere Ausnahme, die Ursache der aktuellen Ausnahme ist.

Siehe auch

Referenz

SPFeatureUpgradeInformativeWarningException Klasse

SPFeatureUpgradeInformativeWarningException-Member

SPFeatureUpgradeInformativeWarningException-Überladung

Microsoft.SharePoint-Namespace