Soap.InvokeRegistry.ERemotableException.FaultDetail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FaultDetail:     InvString read FFaultDetail write FFaultDetail;

C++

__property System::UnicodeString FaultDetail = {read=FFaultDetail, write=FFaultDetail};

Properties

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

Description

Provides application-specific details about the exception that occurred.

FaultDetail is a fragment of XML that the server generates to provide detailed information about the exception that occurred. FaultDetail provides context information in addition to the fault message that becomes the value of the Message property.

Each server defines the structure and meaning of FaultDetail in an application-specific way. When an ERemotableException descendant includes published properties, their values are added to FaultDetail.

See Also