Initializes a new instance of the AbstractValidationAttribute class.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
protected AbstractValidationAttribute(
	string errorMessage
)

Parameters

errorMessage
String
The error message.

See Also