RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetExceptionInfoForInterface Method

Retrieves an array of exceptions that are registered as associated with an invokable interface.

Pascal
function GetExceptionInfoForInterface(Info: PTypeInfo): TExceptionItemArray;
C++
__fastcall TExceptionItemArray GetExceptionInfoForInterface(PTypeInfo Info);

Typically, applications do not need to call GetExceptionInfoForInterface. This method is used internally by the WSDL publisher to generate the WSDL that describes the exceptions that an invokable interface can raise.  

Info is the runtime type information (RTTI) from a registered invokable interface. The interface must have been previously registered by a call to the RegisterInterface method.  

GetExceptionInfoForInterface returns an array of IntfExceptionItem values, each of which describes a remotable exception that was registered for the invokable interface by a call to the RegisterException method.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!