Org.W3c.Dom.DOMError.SeverityFatalError Field
The severity of the error described by the DOMError is fatal error.

Value: 3

Syntax

[Android.Runtime.Register("SEVERITY_FATAL_ERROR")]
public const short SeverityFatalError

Remarks

The severity of the error described by the DOMError is fatal error. A SEVERITY_FATAL_ERROR will cause the normal processing to stop. The return value of DOMErrorHandler.handleError() is ignored unless the implementation chooses to continue, in which case the behavior becomes undefined.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8