Org.Xml.Sax.Helpers.DefaultHandler.Error Method
Receive notification of a recoverable parser error.

Syntax

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

See Also

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

Parameters

e
The warning information encoded as an exception.

Exceptions

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

Remarks

Receive notification of a recoverable parser error.

The default implementation does nothing. Application writers may override this method in a subclass to take specific actions for each error, such as inserting the message in a log file or printing it to the console.

[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