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.StringEine Zeichenfolge, die die Nachricht enthält.
rootCause
Typ: System.ExceptionDie Ausnahme Root.
Siehe auch
Referenz
SPUpgradeCompatibilityException Klasse
SPUpgradeCompatibilityException-Member