Library | Module

Class pfcXToolkitError



Description

Base class to all the XToolkitErrors classes that correspond to enum ProErrors (ProToolkitErrors.h).
Direct Parent Classes:
pfcXInAMethod



Property Summary

/* readonly */ stringToolkitFunctionName
The name of the Creo Parametric TOOLKIT function that caused the exception to be thrown



Method Summary

numberGetErrorCode ()
Reterns an error code (integer value of the enumerated type ProError from Creo Parametric TOOLKIT).



Property Detail


/* readonly */ stringToolkitFunctionName

The name of the Creo Parametric TOOLKIT function that caused the exception to be thrown





Method Detail


numberGetErrorCode ()

Reterns an error code (integer value of the enumerated type ProError from Creo Parametric TOOLKIT).
Returns:
Integer value of one of the static instances of ProErrors (e.g. PRO_TK_GENERAL_ERROR = -1).