Thrown when a text property has an invalid length of characters.
Initializes a new instance of InvalidTextLengthException.
public Void InvalidTextLengthException(msg, src)
Name | Type | Summary |
---|---|---|
msg | String | Error message. |
src | String | Source code Reference. |
Initializes a new instance of InvalidTextLengthException.
public Void InvalidTextLengthException(property, minLength, maxLength, src)
Name | Type | Summary |
---|---|---|
property | String | Name of the validated property. |
minLength | Int32 | Miminum length. |
maxLength | Int32 | Maximum length. |
src | String | Source code reference. |
In this document