DuplicateKeyValueException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the DuplicateKeyValueException class.
Overload List
Name | Description | |
---|---|---|
DuplicateKeyValueException()()() | Initializes a new instance of the DuplicateKeyValueException class. | |
DuplicateKeyValueException(String) | Initializes a new instance of the DuplicateKeyValueException class with a specified error message. | |
DuplicateKeyValueException(SerializationInfo, StreamingContext) | Initializes a new instance of the DuplicateKeyValueException class with the specified serialization information and streaming context. | |
DuplicateKeyValueException(String, Exception) | Initializes a new instance of the DuplicateKeyValueException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
DuplicateKeyValueException(String, String, String, String) | Initializes a new instance of the DuplicateKeyValueException with the specified error message and profile definition name. | |
DuplicateKeyValueException(String, String, String, String, Exception) | Initializes a new instance of the DuplicateKeyValueException with the specified error message, profile definition name, and the inner exception that caused it. |
Top
Remarks
The exception thrown when an attempt is made to create or update a profile with a key value that already exists.
See Also
Reference
DuplicateKeyValueException Class