Soap.IntfInfo.EInterfaceRTTIException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEInterfaceRTTIException

Delphi

EInterfaceRTTIException = class(Exception);

C++

class PASCALIMPLEMENTATION EInterfaceRTTIException : public System::Sysutils::Exception

Properties

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

Description

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

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.

See Also