API Documentation > Exceptions > Class pfcXProdevError
Class pfcXProdevError

# include <pfcExceptions.h>

class
pfcXProdevError
: public virtual
pfcXInAMethod
{
xdeclare(pfcXProdevError)
...
};
This is a
COMPACT class.

Description
This exception is thrown when there is an error in a Pro/DEVELOP function called by PFC.
Methods Inherited from Class pfcXPFC::
Methods Inherited from Class pfcXInAMethod::
Method Summary
The name of the Pro/DEVELOP function that caused the exception to be thrown
The Pro/DEVELOP error (integer);
Method Detail
GetDevelopFunctionName
()
The name of the Pro/DEVELOP function that caused the exception to be thrown
GetErrorCode
()
The Pro/DEVELOP error (integer);
Was this helpful?