EntityAlreadyExistsException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the EntityAlreadyExistsException class.
Overload List
Name | Description | |
---|---|---|
EntityAlreadyExistsException()()() | Initializes a new instance of the EntityAlreadyExistsException class. | |
EntityAlreadyExistsException(String) | Initializes a new instance of the EntityAlreadyExistsException class with the specified error message. | |
EntityAlreadyExistsException(SerializationInfo, StreamingContext) | Initializes a new instance of the EntityAlreadyExistsException class with the specified serialization and streaming context information. | |
EntityAlreadyExistsException(String, Exception) | Initializes a new instance of the EntityAlreadyExistsException class with a specified error message and inner exception that caused the current exception. | |
EntityAlreadyExistsException(String, String, String) | Initializes a new instance of the EntityAlreadyExistsException class with the specified error message and parameters. | |
EntityAlreadyExistsException(String, String, String, Exception) | Initializes a new instance of the EntityAlreadyExistsException class with the specified error message, parameters and inner exception. |
Top
Remarks
The exception that is thrown when attempting to add or create an item that already exists.
See Also
Reference
EntityAlreadyExistsException Class