Soap.InvokeRegistry.ERemotableException.FaultReasonLang

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FaultReasonLang: InvString read FFaultReasonLang write FFaultReasonLang;

C++

__property System::UnicodeString FaultReasonLang = {read=FFaultReasonLang, write=FFaultReasonLang};

Properties

Type Visibility Source Unit Parent
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry ERemotableException

Description

Provides the language code in which the text in FaultReason is written.

A SOAP fault can provide a human-readable reason message. Each SOAP service can define these messages in multiple languages. ERemotableException selects the first available language. Use FaultReasonLang to check the language code of the language in which the FaultReason is written.

Note: FaultReasonLang is valid only for SOAP 1.2 services.

See Also