Xml.xmldom.EDOMParseError

From RAD Studio API Documentation
Jump to: navigation, search


System.SysUtils.ExceptionSystem.TObjectEDOMParseError

Delphi

EDOMParseError = class(Exception)

C++

class PASCALIMPLEMENTATION EDOMParseError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom Xml.xmldom

Description

EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document.

EDOMParseError is raised when TXMLDocument encounters an error while parsing an XML document. It wraps the information that is available from the DOM implementation's IDOMParseError interface.

See Also