XmlParseError class
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.
Method | Description |
---|---|
CharacterPosition | Position of character at of before which the error occurred |
Description | Brief description of the exception |
InputHexValue | Hexadecimal value of bytes causing the exception |
New | Create a new XmlParseError object |
Reason | Enumerated cause of the exception |
The methods in the class are described in the subsections that follow. In addition:
- "Notation conventions for methods" has information about the conventions followed.
- "XmlParseError methods syntax" is a single page that contains the syntax diagrams of all the methods in the class.