XmlParseError class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (tags and links)
Line 1: Line 1:
<!-- XmlParseError class -->
<!-- XmlParseError class -->
The XmlParseError exception class catches
The XmlParseError exception class catches parsing errors (including syntax, translation, and encoding errors) thrown by the deserialization methods: <var>[[LoadXml_(XmlDoc/XmlNode_function)|LoadXml]]</var> and <var>[[WebReceive_(XmlDoc_function)|WebReceive]]</var> of the <var class="product">[[Janus SOAP]]</var> <var>[[XmlDoc_API#The_XmlDoc_class|XmlDoc]]</var> API, and the <var>[[ParseXml]]</var> method of the <var>[[HttpResponse]]</var> class.
parsing errors (including syntax, translation, and encoding errors)
 
thrown by the deserialization methods: LoadXml and WebReceive of the [[Janus SOAP]]
This class is available as of <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 7.6.
XmlDoc API, and the ParseXml method of the HttpResponse class.
   
   
The methods in this class are listed at "[[List of XmlParseError methods]]".
The methods in this class are listed at "[[List of XmlParseError methods]]".
[[Category:System exception classes]]
[[Category:System exception classes]]
This class is available as of <var class="product">Sirius Mods</var> version 7.6.

Revision as of 12:18, 24 April 2011

The XmlParseError exception class catches parsing errors (including syntax, translation, and encoding errors) thrown by the deserialization methods: LoadXml and WebReceive of the Janus SOAP XmlDoc API, and the ParseXml method of the HttpResponse class.

This class is available as of "Sirius Mods" Version 7.6.

The methods in this class are listed at "List of XmlParseError methods".