Click or drag to resize

ValidatorAttributeBase Constructor

Initializes a new instance of ValidatorAttributeBase

Namespace:  Cauldron.XAML.Validation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected ValidatorAttributeBase(
	string errorMessageKey
)

Parameters

errorMessageKey
Type: SystemString
The key of the localized error message string
See Also