API Documentation > Exceptions > Interface IpfcXStringTooLong
Interface IpfcXStringTooLong
Description
This exception is thrown when the specified string exceeds the maximum allowable length.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as Long
The maximum length allowed for a string
Property
as String
The string
Property Detail
Property
MaxLength
as Long
The maximum length allowed for a string
Property
String
as String
The string
Was this helpful?