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