Share via


InventoryQuantityException Class

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 quantity conditions.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InventoryQuantityException _
    Inherits InventoryException
'Usage
Dim instance As InventoryQuantityException
[SerializableAttribute]
public class InventoryQuantityException : InventoryException
[SerializableAttribute]
public ref class InventoryQuantityException : public InventoryException
public class InventoryQuantityException extends InventoryException

Remarks

This class, along with InvalidProductCatalogMappingException class derive from the InventoryException class.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Inventory..::.InventoryException
      Microsoft.CommerceServer.Inventory..::.InventoryQuantityException

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.

See Also

Reference

InventoryQuantityException Members

Microsoft.CommerceServer.Inventory Namespace