Soap.InvokeRegistry.ERemotableException.FaultReason

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FaultReason:     InvString read GetFaultReason write SetFaultReason;

C++

__property System::UnicodeString FaultReason = {read=GetFaultReason, write=SetFaultReason};

Properties

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

Description

Provides a human-readable explanation for the SOAP fault.

Use FaultReason when developing an application that accesses a SOAP resource. FaultReason provides the reason why the fault happened in a human-readable way--usually a phrase. Some SOAP services may choose not to include a FaultReason message, so you should not rely on it when deploying applications. You should supply your own custom messages that are shown to the user.

See Also