Soap.InvokeRegistry.TExceptionItemArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TExceptionItemArray = array of IntfExceptionItem;

C++

typedef System::DynamicArray<IntfExceptionItem> TExceptionItemArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

TExceptionItemArray is a dynamic array of IntfExceptionItem values.

TExceptionItemArray is a dynamic array of IntfExceptionItem values. Each TExceptionItemArray value describes a single remotable exception type.