Library
|
File
Frames
|
Expand
Class pfcXBadGetArgValue
# include <
pfcExceptions.h
>
class
pfcXBadGetArgValue
: public virtual
pfcXInAMethod
{
xdeclare
(
pfcXBadGetArgValue
)
...
};
This is a
COMPACT
class.
Description
This exception signals that you attempted to access the wrong type of value from a
pfcArgValue
object.
Use the argument value discriminator to determine the type before attempting to access individual value.
Manual References:
Overview of Creo Object TOOLKIT C++: Exception Handling
Method Summary
pfcArgValueType
GetType
()
The actual type of the argument value object.
Methods Inherited from Class
pfcXPFC
:
GetMessage
Methods Inherited from Class
pfcXInAMethod
:
GetMethodName
Method Detail
pfcArgValueType
GetType
()
The actual type of the argument value object.