Library | Module

Interface IpfcXToolkitError



Description

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



Property Summary

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



Method Summary

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



Property Detail


PropertyToolkitFunctionNameas String

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





Method Detail


FunctionGetErrorCode () as Long

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).