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
message
Type: System.StringException message
innerException
Type: System.ExceptionInner exception that is wrapped by the ContentTypeSyndicationException object.
See Also
Reference
ContentTypeSyndicationException Class
ContentTypeSyndicationException Members