Org.Xml.Sax.SAXNotSupportedException Class
Exception class for an unsupported operation.

See Also: SAXNotSupportedException Members

Syntax

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

Remarks

Exception class for an unsupported operation.

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

An XMLReader will throw this exception when it recognizes a feature or property identifier, but cannot perform the requested operation (setting a state or value). Other SAX2 applications and extensions may use this class for similar purposes.

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