Freigeben über


SPContentTypeSealedException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der SPContentTypeSealedException -Klasse mit der angegebenen Meldung und Ausnahme Fehlerobjekt.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    e As Exception _
)
'Usage
Dim message As String
Dim e As Exception

Dim instance As New SPContentTypeSealedException(message, _
    e)
public SPContentTypeSealedException(
    string message,
    Exception e
)

Parameter

  • message
    Typ: System.String

    Eine Zeichenfolge, die die Fehlermeldung enthält.

Siehe auch

Referenz

SPContentTypeSealedException Klasse

SPContentTypeSealedException-Member

SPContentTypeSealedException-Überladung

Microsoft.SharePoint-Namespace