RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TranslateException Class

TranslateException is the exception class for errors that occur when converting an XML document to a data packet or a data packet to an XML document.

Pascal
TranslateException = class(Exception);
C++
class TranslateException : public Exception;

TranslateException is raised by the transform components (TXMLTransform, TXMLTransformClient, and TXMLTransformProvider) when they can't find a file that is needed to perform a transformation. The missing file can be the XML document that is to be translated into a data packet, or a transformation file that contains instructions on how to map between a data packet and an XML document. 

 

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