Org.Xml.Sax.Helpers.DefaultHandler.FatalError Method
Report a fatal XML parsing error.

Syntax

[Android.Runtime.Register("fatalError", "(Lorg/xml/sax/SAXParseException;)V", "GetFatalError_Lorg_xml_sax_SAXParseException_Handler")]
public virtual void FatalError (Org.Xml.Sax.SAXParseException e)

See Also

Org.Xml.Sax.IErrorHandler.FatalError(Org.Xml.Sax.SAXParseException)
Org.Xml.Sax.SAXParseException

Parameters

e
The error information encoded as an exception.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionAny SAX exception, possibly wrapping another exception.

Remarks

Report a fatal XML parsing error.

The default implementation throws a SAXParseException. Application writers may override this method in a subclass if they need to take specific actions for each fatal error (such as collecting all of the errors into a single report): in any case, the application must stop all regular processing when this method is invoked, since the document is no longer reliable, and the parser may no longer report parsing events.

[Android Documentation]

Requirements

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