DuplicateSiteTermNameException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the DuplicateSiteTermNameException class.
Overload List
Name | Description | |
---|---|---|
DuplicateSiteTermNameException()()() | Initializes a new instance of the DuplicateSiteTermNameException class. | |
DuplicateSiteTermNameException(String) | Initializes a new instance of the DuplicateSiteTermNameException class with a specified error message. | |
DuplicateSiteTermNameException(SerializationInfo, StreamingContext) | Initializes a new instance of the DuplicateSiteTermNameException class with the specified serialization information and streaming context. | |
DuplicateSiteTermNameException(String, Exception) | Initializes a new instance of the DuplicateSiteTermNameException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
DuplicateSiteTermNameException(String, String, String) | Initializes a new instance of the DuplicateSiteTermNameException with the specified error message and profile definition name. | |
DuplicateSiteTermNameException(String, String, String, Exception) | Initializes a new instance of the DuplicateSiteTermNameException 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 a site term that already exists in the profile system.
See Also
Reference
DuplicateSiteTermNameException Class