DuplicateSiteTermNameException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Exception thrown when an attempt is made to create or update a site term with a name or display name that already exists.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class DuplicateSiteTermNameException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As DuplicateSiteTermNameException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class DuplicateSiteTermNameException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class DuplicateSiteTermNameException : public Exception,
ISerializable
public class DuplicateSiteTermNameException extends Exception implements ISerializable
Remarks
A SiteTerm with the provided name or display name already exists.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Profiles..::.DuplicateSiteTermNameException
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.