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

Value: 1

Syntax

[Android.Runtime.Register("SEVERITY_WARNING")]
public const short SeverityWarning

Remarks

The severity of the error described by the DOMError is warning. A SEVERITY_WARNING will not cause the processing to stop, 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