RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EInterfaceRTTIException Class

EInterfaceRTTIException is the exception raised when an interface does not have RTTI.

Pascal
EInterfaceRTTIException = class(Exception);
C++
class EInterfaceRTTIException : public Exception;

IntfInfo

EInterfaceRTTIException is thrown when an application expects an interface to be invokable but discovers that it does not include any runtime type information (RTTI). For example, the invocation registry raises an EInterfaceRTTIException exception when an application tries to register an interface that is not compiled with RTTI. Invoker components raise an EInterfaceRTTIException exception when an incoming request includes a call to an interface that does not include RTTI. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!