Library | File

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

xstringGetVariableName ()
The name of the variable value that cannot be accessed.


Methods Inherited from Class pfcXPFC:

GetMessage


Methods Inherited from Class pfcXInAMethod:

GetMethodName



Method Detail

xstringGetVariableName ()

The name of the variable value that cannot be accessed.