API Documentation > Exceptions > Class pfcXStringTooLong
Class pfcXStringTooLong

# include <pfcExceptions.h>

class
pfcXStringTooLong
: public virtual
pfcXBadArgument
{
xdeclare(pfcXStringTooLong)
...
};
This is a
COMPACT class.

Description
This exception is thrown when the specified string exceeds the maximum allowable length.
Manual References:
Method Summary
The maximum length allowed for a string
The string
Methods Inherited from Class pfcXPFC::
Methods Inherited from Class pfcXInAMethod::
Methods Inherited from Class pfcXBadArgument::
Method Detail
GetString
()
The string
GetMaxLength
()
The maximum length allowed for a string
Was this helpful?