SPContentTypeSealedException constructor (String)
Initializes a new instance of the SPContentTypeSealedException class with the specified error message.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
'Usage
Dim msg As String
Dim instance As New SPContentTypeSealedException(msg)
public SPContentTypeSealedException(
string msg
)
Parameters
msg
Type: System.StringA string that contains the error message.
See also
Reference
SPContentTypeSealedException class
SPContentTypeSealedException members