Soap.InvokeRegistry.ERemotableExceptionClass
Delphi
ERemotableExceptionClass = class of ERemotableException;
C++
typedef System::TMetaClass* ERemotableExceptionClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
classref typedef |
public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | Soap.InvokeRegistry |
Description
ERemotableExceptionClass defines the metaclass for ERemotableException.
ERemotableExceptionClass is the metaclass for ERemotableException. Its value is the class reference for ERemotableException or for one of its descendants.