Org.Xml.Sax.SAXParseException Class
Encapsulate an XML parse error or warning.

See Also: SAXParseException Members

Syntax

[Android.Runtime.Register("org/xml/sax/SAXParseException", DoNotGenerateAcw=true)]
public class SAXParseException : SAXException

Remarks

Encapsulate an XML parse error or warning.

This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See for further information.

This exception may include information for locating the error in the original XML document, as if it came from a Org.Xml.Sax.ILocator object. Note that although the application will receive a SAXParseException as the argument to the handlers in the Org.Xml.Sax.IErrorHandler interface, the application is not actually required to throw the exception; instead, it can simply read the information in it and take a different action.

Since this exception is a subclass of Org.Xml.Sax.SAXException, it inherits the ability to wrap another exception.

See Also

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1