ContentTypeSyndicationException - Constructeur (String, Exception)
Initialise une nouvelle instance d'un objet ContentTypeSyndicationException qui construit une exception basée sur le message spécifié et l'exception interne spécifiée.
Espace de noms : Microsoft.SharePoint.Taxonomy.ContentTypeSync
Assembly : Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New ContentTypeSyndicationException(message, _
innerException)
public ContentTypeSyndicationException(
string message,
Exception innerException
)
Paramètres
message
Type : System.StringMessage de l'exception
innerException
Type : System.ExceptionException interne qui est encapsulée par l'objet ContentTypeSyndicationException .
Voir aussi
Référence
ContentTypeSyndicationException classe
ContentTypeSyndicationException - Membres
ContentTypeSyndicationException - Surcharge
Microsoft.SharePoint.Taxonomy.ContentTypeSync - Espace de noms