Share via


ContentDeploymentException Constructor (String)

Initializes a new instance of the ContentDeploymentException class.

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

Syntax

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

Dim instance As New ContentDeploymentException(message)
public ContentDeploymentException(
    string message
)

Parameters

  • message
    Type: System.String
    A string that contains the error message that explains the reason for the exception.

See Also

Reference

ContentDeploymentException Class

ContentDeploymentException Members

ContentDeploymentException Overload

Microsoft.SharePoint.Publishing.Administration Namespace