Partager via


InvalidSkuException Constructor

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

Initializes a new instance of the InvalidSkuException class.

Overload List

  Name Description
Aa511257.pubmethod(en-US,CS.70).gif InvalidSkuException()()() Initializes a new instance of the InvalidSkuException class.
Aa511257.pubmethod(en-US,CS.70).gif InvalidSkuException(String) Initializes a new instance of the InvalidSkuException class with the specified error message.
Aa511257.protmethod(en-US,CS.70).gif InvalidSkuException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidSkuException class with the specified serialization and streaming context information.
Aa511257.pubmethod(en-US,CS.70).gif InvalidSkuException(String, Exception) Initializes a new instance of the InvalidSkuException class with the specified error message and inner exception that caused the current exception.
Aa511257.pubmethod(en-US,CS.70).gif InvalidSkuException(String, String, String) Initializes a new instance of the InvalidSkuException class with the specified error message and parameters.
Aa511257.pubmethod(en-US,CS.70).gif InvalidSkuException(String, String, String, Exception) Initializes a new instance of the InvalidSkuException class with the specified error message, parameters and inner exception.

Top

Remarks

The exception that is thrown when an invalid Inventory SKU is used.

All catalog exceptions, including the InvalidSkuException are derived from the CatalogException class. (The InvalidCatalogOperationException is derived from the CatalogException class.) The InvalidSkuException is thrown because you have an invalid Inventory SKU.

See Also

Reference

InvalidSkuException Class

InvalidSkuException Members

Microsoft.CommerceServer.Catalog Namespace