Soap.InvokeRegistry.ETypeRegistryException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectETypeRegistryException

Delphi

ETypeRegistryException = class(Exception);

C++

class PASCALIMPLEMENTATION ETypeRegistryException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

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

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.

See Also