CatalogImportException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when an import operation fails.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
'Declaration
<SerializableAttribute> _
Public Class CatalogImportException _
Inherits CatalogException
'Usage
Dim instance As CatalogImportException
[SerializableAttribute]
public class CatalogImportException : CatalogException
[SerializableAttribute]
public ref class CatalogImportException : public CatalogException
public class CatalogImportException extends CatalogException
All catalog exceptions, including the CatalogImportException are derived from the CatalogException class. When an import operation fails, the CatalogImportException is thrown.
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Catalog..::.CatalogException
Microsoft.CommerceServer.Catalog..::.CatalogImportException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.