Click or drag to resize

MaxLengthExceededException Constructor

Constructor

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MaxLengthExceededException(
	string key,
	string errorMessage
)

Parameters

key
Type: SystemString
The key to the mapper.
errorMessage
Type: SystemString
The captions of the fields whose values exceed their MaxLength property.
See Also