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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public StateNotFromCountryValidationError(
	CountryInfo country,
	StateInfo state
)

Parameters

country
Type: CMS.GlobalizationCountryInfo
Country whose state is invalid.
state
Type: CMS.GlobalizationStateInfo
State which is invalid for given country.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when country or state is null.
See Also