API Documentation > Exceptions > Class pfcXBadGetArgValue
Class pfcXBadGetArgValue
Description
This exception signals that you attempted to access the wrong type of value from a pfcArgValue object.
Use the argument value discriminator to determine the type before attempting to access individual value.
Direct Parent Classes:
Property Summary
/* readonly */ pfcArgValueType
The actual type of the argument value object.
Property Detail
/* readonly */ pfcArgValueType
Type
The actual type of the argument value object.
Was this helpful?