CategoryNullPriceException Class

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

The exception that is thrown when using category pricing and a null category price exists.

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

Syntax

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

Remarks

All catalog exceptions, including the CategoryNullPriceException are derived from the CatalogException class. (The CatalogPricingException is derived from the CatalogException class.) When using category pricing and a null category price exists the CategoryNullPriceException is thrown.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Catalog..::.CatalogException
      Microsoft.CommerceServer.Catalog..::.CatalogPricingException
        Microsoft.CommerceServer.Catalog..::.CategoryNullPriceException

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

CategoryNullPriceException Members

Microsoft.CommerceServer.Catalog Namespace