Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a product does not meet the inventory mapping conditions.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidProductCatalogMappingException _
Inherits InventoryException
'Usage
Dim instance As InvalidProductCatalogMappingException
[SerializableAttribute]
public class InvalidProductCatalogMappingException : InventoryException
[SerializableAttribute]
public ref class InvalidProductCatalogMappingException : public InventoryException
public class InvalidProductCatalogMappingException extends InventoryException
Remarks
This class, along with InventoryQuantityException class derive from the InventoryException class.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Inventory..::.InventoryException
Microsoft.CommerceServer.Inventory..::.InvalidProductCatalogMappingException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.