SPContentTypeReadOnlyException - Constructeur (String)
Initialise une nouvelle instance de la classe SPContentTypeReadOnlyException avec le message d'erreur spécifié.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
msg As String _
)
'Utilisation
Dim msg As String
Dim instance As New SPContentTypeReadOnlyException(msg)
public SPContentTypeReadOnlyException(
string msg
)
Paramètres
msg
Type : System.StringChaîne qui contient le message d'erreur.
Voir aussi
Référence
SPContentTypeReadOnlyException classe
SPContentTypeReadOnlyException - Membres