Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class DuplicateSiteTermValueException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As DuplicateSiteTermValueException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class DuplicateSiteTermValueException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class DuplicateSiteTermValueException : public Exception,
ISerializable
public class DuplicateSiteTermValueException extends Exception implements ISerializable
Remarks
The site term contains duplicate values.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Profiles..::.DuplicateSiteTermValueException
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.