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

See Also

Reference

CatalogImportException Class

CatalogImportException Members

Microsoft.CommerceServer.Catalog Namespace