SPUpgradeException-Konstruktor (String)
Initialisiert eine neue Instanz der Klasse SPUpgradeException mit der angegebenen Fehlermeldung.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
'Usage
Dim msg As String
Dim instance As New SPUpgradeException(msg)
public SPUpgradeException(
string msg
)
Parameter
msg
Typ: System.StringEine Zeichenfolge, die die Nachricht enthält.