Click or drag to resize
ShoppingCartItemValidationError Constructor
Initializes a new instance of the ShoppingCartItemValidationError class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public ShoppingCartItemValidationError(
	int skuId,
	string skuName,
	string messageKey
)

Parameters

skuId
Type: SystemInt32
skuName
Type: SystemString
messageKey
Type: SystemString
See Also