InventoryException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Acts as the base type for all inventory-specific exceptions raised by the inventory system.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InventoryException _
Inherits Exception
'Usage
Dim instance As InventoryException
[SerializableAttribute]
public class InventoryException : Exception
[SerializableAttribute]
public ref class InventoryException : public Exception
public class InventoryException extends Exception
Remarks
The following inventory system exceptions are derived from this class:
InventoryQuantityException - The exception that is thrown when a product does not meet the inventory quantity conditions.
InvalidProductCatalogMappingException - The exception that is thrown when a product does not meet the inventory mapping conditions.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Inventory..::.InventoryException
Microsoft.CommerceServer.Inventory..::.InvalidProductCatalogMappingException
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.