RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ETypeRegistryException Class

ETypeRegistryException is the exception raised when the invocation registry or the invokable type registry encounters an invalid type.

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

InvokeRegistry

ETypeRegistryException is thrown when  

An application tries to register an implementation class with the invocation registry and that class does not implement any interfaces.  

An application tries to look up a type in the remotable type registry that is not remotable. 

 

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