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
ms987781.pubmethod(en-US,CS.70).gif CatalogRenameException()()() Initializes a new instance of the CatalogRenameException class.
ms987781.pubmethod(en-US,CS.70).gif CatalogRenameException(String) Initializes a new instance of the CatalogRenameException class with the specified error message.
ms987781.protmethod(en-US,CS.70).gif CatalogRenameException(SerializationInfo, StreamingContext) Initializes a new instance of the CatalogRenameException class with the specified serialization and streaming context information.
ms987781.pubmethod(en-US,CS.70).gif CatalogRenameException(String, Exception) Initializes a new instance of the CatalogRenameException class with the specified error message and inner exception.
ms987781.pubmethod(en-US,CS.70).gif CatalogRenameException(String, String, String) Initializes a new instance of the CatalogRenameException class with the specified error message and parameters.
ms987781.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

CatalogRenameException Class

CatalogRenameException Members

Microsoft.CommerceServer.Catalog Namespace