ContentTypeSyndicationException Class

Represents an exception that happens during content type syndication.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Taxonomy.ContentTypeSync.ContentTypeSyndicationException

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

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentTypeSyndicationException _
    Inherits Exception
'Usage
Dim instance As ContentTypeSyndicationException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentTypeSyndicationException : Exception

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentTypeSyndicationException Members

Microsoft.SharePoint.Taxonomy.ContentTypeSync Namespace