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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!