Soap.TypeTrans.ETypeTransException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectETypeTransException

Delphi

ETypeTransException = class(Exception);

C++

class PASCALIMPLEMENTATION ETypeTransException : public System::Sysutils::Exception

Properties

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

Description

ETypeTransException is the exception raised when a conversion between a SOAP type description and an Object Pascal type fails.

ETypeTransException is thrown when an application attempts to convert a type in a SOAP packet to an Object Pascal type and fails for some reason.

See Also