Freigeben über


SPUpgradeCompatibilityException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der Klasse mit der angegebenen Fehlermeldung und dem Stammverzeichnis SPUpgradeCompatibilityException verursachen Ausnahme.

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

Syntax

'Declaration
Public Sub New ( _
    msg As String, _
    rootCause As Exception _
)
'Usage
Dim msg As String
Dim rootCause As Exception

Dim instance As New SPUpgradeCompatibilityException(msg, rootCause)
public SPUpgradeCompatibilityException(
    string msg,
    Exception rootCause
)

Parameter

  • msg
    Typ: System.String

    Eine Zeichenfolge, die die Nachricht enthält.

Siehe auch

Referenz

SPUpgradeCompatibilityException Klasse

SPUpgradeCompatibilityException-Member

SPUpgradeCompatibilityException-Überladung

Microsoft.SharePoint.Upgrade-Namespace