CatalogRenameException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CatalogRenameException class.
Overload List
Name | Description | |
---|---|---|
CatalogRenameException()()() | Initializes a new instance of the CatalogRenameException class. | |
CatalogRenameException(String) | Initializes a new instance of the CatalogRenameException class with the specified error message. | |
CatalogRenameException(SerializationInfo, StreamingContext) | Initializes a new instance of the CatalogRenameException class with the specified serialization and streaming context information. | |
CatalogRenameException(String, Exception) | Initializes a new instance of the CatalogRenameException class with the specified error message and inner exception. | |
CatalogRenameException(String, String, String) | Initializes a new instance of the CatalogRenameException class with the specified error message and parameters. | |
CatalogRenameException(String, String, String, Exception) | Initializes a new instance of the CatalogRenameException class with the specified error message, parameters and inner exception. |
Top
Remarks
The exception that is thrown when an attempt to rename an object fails.
All catalog exceptions, including the CatalogRenameException are derived from the CatalogException class. When a Catalog rename operation fails, the CatalogRenameException is thrown.