SPContentTypeSealedException constructor (String, Exception)

Initializes a new instance of the SPContentTypeSealedException class with the specified error message and exception object.

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
)

Parameters

  • message
    Type: System.String

    A string that contains the error message.

See also

Reference

SPContentTypeSealedException class

SPContentTypeSealedException members

SPContentTypeSealedException overload

Microsoft.SharePoint namespace