SiteTermInUseException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception thrown when an attempt is made to delete a site term that is being referenced by a profile definition.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SiteTermInUseException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As SiteTermInUseException
[SerializableAttribute]
public class SiteTermInUseException : Exception, ISerializable
[SerializableAttribute]
public ref class SiteTermInUseException : public Exception,
ISerializable
public class SiteTermInUseException extends Exception implements ISerializable
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Profiles..::.SiteTermInUseException
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.