DOMError.SeverityFatalError Field

Definition

Caution

Use 'Org.W3c.Dom.IDOMError.SeverityFatalError'. This class will be removed in a future release.

The severity of the error described by the <code>DOMError</code> is fatal error.

[Android.Runtime.Register("SEVERITY_FATAL_ERROR")]
[System.Obsolete("Use 'Org.W3c.Dom.IDOMError.SeverityFatalError'. This class will be removed in a future release.")]
public const short SeverityFatalError = 3;
[<Android.Runtime.Register("SEVERITY_FATAL_ERROR")>]
[<System.Obsolete("Use 'Org.W3c.Dom.IDOMError.SeverityFatalError'. This class will be removed in a future release.")>]
val mutable SeverityFatalError : int16

Field Value

Int16
Attributes

Remarks

Java documentation for org.w3c.dom.DOMError.SEVERITY_FATAL_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to