Share via


CatalogRebuildException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the CatalogRebuildException class.

Overload List

  Name Description
ms986740.pubmethod(en-US,CS.70).gif CatalogRebuildException()()() Initializes a new instance of the CatalogRebuildException class.
ms986740.pubmethod(en-US,CS.70).gif CatalogRebuildException(String) Initializes a new instance of the CatalogRebuildException class with the specified error message.
ms986740.protmethod(en-US,CS.70).gif CatalogRebuildException(SerializationInfo, StreamingContext) Initializes a new instance of the CatalogRebuildException class with the specified serialization and streaming context information.
ms986740.pubmethod(en-US,CS.70).gif CatalogRebuildException(String, Exception) Initializes a new instance of the CatalogRebuildException class with the specified error message and inner exception that caused the current exception.
ms986740.pubmethod(en-US,CS.70).gif CatalogRebuildException(String, String) Initializes a new instance of the CatalogRebuildException class with the specified error message and parameters.
ms986740.pubmethod(en-US,CS.70).gif CatalogRebuildException(String, String, Exception) Initializes a new instance of the CatalogRebuildException class with the specified error message, parameters, and inner exception.

Top

Remarks

The exception that is thrown when a catalog cannot be rebuilt.

All catalog exceptions, including the CatalogRebuildException are derived from the CatalogException class. When a catalog cannot be rebuilt the CatalogRebuildException is thrown.

See Also

Reference

CatalogRebuildException Class

CatalogRebuildException Members

Microsoft.CommerceServer.Catalog Namespace