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