SiteTermInUseException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the SiteTermInUseException class.
Overload List
Name | Description | |
---|---|---|
SiteTermInUseException()()() | Initializes a new instance of the SiteTermInUseException class. | |
SiteTermInUseException(String) | Initializes a new instance of the SiteTermInUseException class with a specified error message. | |
SiteTermInUseException(SerializationInfo, StreamingContext) | Initializes a new instance of the SiteTermInUseException class with the specified serialization information and streaming context. | |
SiteTermInUseException(String, Exception) | Initializes a new instance of the SiteTermInUseException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
SiteTermInUseException(String, String) | Initializes a new instance of the SiteTermInUseException with the specified error message and the site term name. | |
SiteTermInUseException(String, String, Exception) | Initializes a new instance of the SiteTermInUseException with the specified error message, site term name, and the inner exception that caused it. |
Top
Remarks
The exception thrown when an attempt is made to delete a site term that is being referenced by a profile definition.