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 | |
---|---|---|
CatalogRebuildException()()() | Initializes a new instance of the CatalogRebuildException class. | |
CatalogRebuildException(String) | Initializes a new instance of the CatalogRebuildException class with the specified error message. | |
CatalogRebuildException(SerializationInfo, StreamingContext) | Initializes a new instance of the CatalogRebuildException class with the specified serialization and streaming context information. | |
CatalogRebuildException(String, Exception) | Initializes a new instance of the CatalogRebuildException class with the specified error message and inner exception that caused the current exception. | |
CatalogRebuildException(String, String) | Initializes a new instance of the CatalogRebuildException class with the specified error message and parameters. | |
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.