XmlParseError class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (tags and links)
mNo edit summary
Line 2: Line 2:
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.
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.


This class is available as of <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 7.6.
This class is available as of <var class="product">[[Sirius Mods]]</var> Version 7.6.
   
   
The methods in this class are listed at "[[List of XmlParseError methods]]".
<h2>The XmlParseError methods</h2>
{{Template:List of XmlParseError methods}}
 
The methods in the class are described in the subsections that follow. In addition:
<ul>
<li>[[Notation conventions for methods|"Notation conventions for methods"]] has information
about the conventions followed.
<li>[[XmlParseError methods syntax|"XmlParseError methods syntax"]] is a single page that contains the syntax diagrams of all the methods in the class.
</ul>
 
 
<h2>Name property</h2>
 
 
[[Category:System exception classes]]
[[Category:System exception classes]]

Revision as of 19:49, 10 May 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 XmlParseError methods

The following are the available XmlParseError class methods.

MethodDescription
CharacterPositionPosition of character at of before which the error occurred
DescriptionBrief description of the exception
InputHexValueHexadecimal value of bytes causing the exception
NewCreate a new XmlParseError object
ReasonEnumerated cause of the exception

The methods in the class are described in the subsections that follow. In addition:


Name property