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