EntityAlreadyExistsException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class EntityAlreadyExistsException _
    Inherits Exception _
    Implements ISerializable
'Usage
Dim instance As EntityAlreadyExistsException
[SerializableAttribute]
public class EntityAlreadyExistsException : Exception, ISerializable
[SerializableAttribute]
public ref class EntityAlreadyExistsException : public Exception, 
    ISerializable
public class EntityAlreadyExistsException extends Exception implements ISerializable

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer..::.EntityAlreadyExistsException
      Microsoft.CommerceServer.Catalog..::.RuleAlreadyExistsException

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

EntityAlreadyExistsException Members

Microsoft.CommerceServer Namespace