The exception that is thrown when a property's maximum length has been exceeded by the value supplied to the setter.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
[SerializableAttribute]
public class InvalidFieldLengthException : BusinessRulesViolationException
Visual Basic
<SerializableAttribute> _
Public Class InvalidFieldLengthException _
	Inherits BusinessRulesViolationException
Visual C++
[SerializableAttribute]
public ref class InvalidFieldLengthException : public BusinessRulesViolationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Asi.iBO..::..BusinessRulesViolationException
      Asi.iBO..::..InvalidFieldLengthException

See Also