Click or drag to resize
ShoppingCartItemCheckResultMarkOtherError Method
Marks this result with error message. Use this method to report custom errors. Duplicate entries are removed.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual void MarkOtherError(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
Error message to add.
See Also