Share via


DOMException.NoModificationAllowedErr Field

Definition

If an attempt is made to modify an object where modifications are not allowed.

[Android.Runtime.Register("NO_MODIFICATION_ALLOWED_ERR")]
public const short NoModificationAllowedErr = 7;
[<Android.Runtime.Register("NO_MODIFICATION_ALLOWED_ERR")>]
val mutable NoModificationAllowedErr : int16

Field Value

Value = 7
Attributes

Remarks

If an attempt is made to modify an object where modifications are not allowed.

Java documentation for org.w3c.dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.

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