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
)
Public Sub New (
key As String,
errorMessage As String
)
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