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

Value: 2

Syntax

[Android.Runtime.Register("SEVERITY_ERROR")]
public const short SeverityError

Remarks

The severity of the error described by the DOMError is error. A SEVERITY_ERROR may not cause the processing to stop if the error can be recovered, unless DOMErrorHandler.handleError() returns false.

[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