Library
|
File
Frames
|
Expand
Class pfcXCannotAccess
# include <
pfcExceptions.h
>
class
pfcXCannotAccess
: public virtual
pfcXInAMethod
{
xdeclare
(
pfcXCannotAccess
)
...
};
This is a
COMPACT
class.
Description
Exception thrown when some variable value cannot be accessed in the current situation.
Manual References:
Overview of Creo Object TOOLKIT C++: Exception Handling
Method Summary
xstring
GetVariableName
()
The name of the variable value that cannot be accessed.
Methods Inherited from Class
pfcXPFC
:
GetMessage
Methods Inherited from Class
pfcXInAMethod
:
GetMethodName
Method Detail
xstring
GetVariableName
()
The name of the variable value that cannot be accessed.