ContentDeploymentException Class

Represents an exception that is thrown during a content deployment operation.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Publishing.Administration.ContentDeploymentException

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentException _
    Inherits Exception
'Usage
Dim instance As ContentDeploymentException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ContentDeploymentException : 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

ContentDeploymentException Members

Microsoft.SharePoint.Publishing.Administration Namespace