InvalidTextLengthException

Thrown when a text property has an invalid length of characters.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.ValidationException

Constructors

InvalidTextLengthException

Initializes a new instance of InvalidTextLengthException.

Signature:
public Void InvalidTextLengthException(msg, src)
Parameters
Name Type Summary
msg String Error message.
src String Source code Reference.

InvalidTextLengthException

Initializes a new instance of InvalidTextLengthException.

Signature:
public Void InvalidTextLengthException(property, minLength, maxLength, src)
Parameters
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