EntityAlreadyExistsException Constructor (String)

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

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

Syntax

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

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

Parameters

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

Remarks

The exception that is thrown when attempting to add or create an item that already exists.

Permissions

See Also

Reference

EntityAlreadyExistsException Class

EntityAlreadyExistsException Members

EntityAlreadyExistsException Overload

Microsoft.CommerceServer Namespace