API Documentation > Exceptions > Class pfcXInvalidEnumValue
Class pfcXInvalidEnumValue
Description
This exception is thrown when an integer used as enumerated value can not be mapped to the enumerated type.
Direct Parent Classes:
Property Summary
/* readonly */ string
The name of the enumerated type
/* readonly */ number
The invalid value
Property Detail
/* readonly */ string
Name
The name of the enumerated type
/* readonly */ number
Value
The invalid value
Was this helpful?