Xml.XmlTransform.TranslateException
Delphi
TranslateException = class(Exception);
C++
class PASCALIMPLEMENTATION TranslateException : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Xml.XmlTransform.pas Xml.XmlTransform.hpp |
Xml.XmlTransform | Xml.XmlTransform |
Description
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.
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.