CatalogExportException Constructor

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

Initializes a new instance of the CatalogExportException class.

Overload List

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

Top

Remarks

The exception that is thrown when an export operation fails.

All catalog exceptions, including the CatalogExportException are derived from the CatalogException class. When an export operation fails, the CatalogExportException is thrown.

See Also

Reference

CatalogExportException Class

CatalogExportException Members

Microsoft.CommerceServer.Catalog Namespace