ShoppingCartItemCheckResultMarkOtherError Method |
Marks this result with error message. Use this method to report custom errors. Duplicate entries are removed.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public virtual void MarkOtherError(
string errorMessage
)
Parameters
- errorMessage
- Type: SystemString
Error message to add.
See Also