DOMException.InvalidAccessErr Field

Definition

If a parameter or an operation is not supported by the underlying object.

[Android.Runtime.Register("INVALID_ACCESS_ERR")]
public const short InvalidAccessErr = 15;
[<Android.Runtime.Register("INVALID_ACCESS_ERR")>]
val mutable InvalidAccessErr : int16

Field Value

Value = 15
Attributes

Remarks

If a parameter or an operation is not supported by the underlying object.

Added in DOM Level 2.

Java documentation for org.w3c.dom.DOMException.INVALID_ACCESS_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