ContentTypeSyndicationException constructor (String, Exception)

Initializes a new instance of a ContentTypeSyndicationException object that constructs an exception based on the specified message and the specified inner exception.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New ContentTypeSyndicationException(message, _
    innerException)
public ContentTypeSyndicationException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

ContentTypeSyndicationException class

ContentTypeSyndicationException members

ContentTypeSyndicationException overload

Microsoft.SharePoint.Taxonomy.ContentTypeSync namespace