RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ERemotableException.FaultDetail Property

Provides application-specific details about the exception that occurred.

Pascal
property FaultDetail: InvString;
C++
__property InvString FaultDetail;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!