API Documentation > Exceptions > Class pfcXStringTooLong
Class pfcXStringTooLong
Description
This exception is thrown when the specified string exceeds the maximum allowable length.
Direct Parent Classes:
Property Summary
/* readonly */ number
The maximum length allowed for a string
/* readonly */ string
The string
Property Detail
/* readonly */ number
MaxLength
The maximum length allowed for a string
/* readonly */ string
String
The string
Was this helpful?