API Documentation > Exceptions > Class pfcXProdevError
Class pfcXProdevError
Description
This exception is thrown when there is an error in a Pro/DEVELOP function called by PFC.
Direct Parent Classes:
Property Summary
/* readonly */ string
The name of the Pro/DEVELOP function that caused the exception to be thrown
/* readonly */ number
The Pro/DEVELOP error (integer);
Property Detail
/* readonly */ string
DevelopFunctionName
The name of the Pro/DEVELOP function that caused the exception to be thrown
/* readonly */ number
ErrorCode
The Pro/DEVELOP error (integer);
Was this helpful?