DuplicateEntityIdException Constructor (String)

Initializes a new instance of the DuplicateEntityIdException class with a specified error message.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

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

Dim instance As New DuplicateEntityIdException(message)
public DuplicateEntityIdException(
    string message
)
public:
DuplicateEntityIdException(
    String^ message
)
public function DuplicateEntityIdException(
    message : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.

Remarks

DuplicateEntityIdException is thrown when an attempt is made to insert an entity with a specific Id into the campaigns database and it is detected that an entity with that Id already exists in the database. Staging may fail with this exception if the campaigns database is modified externally during the staging process. Running staging again after inspecting and/ or cleaning the destination database should resolve the issue.

Permissions

See Also

Reference

DuplicateEntityIdException Class

DuplicateEntityIdException Members

DuplicateEntityIdException Overload

Microsoft.CommerceServer.Marketing Namespace