DOMException.TypeMismatchErr Field

Definition

If the type of an object is incompatible with the expected type of the parameter associated to the object.

[Android.Runtime.Register("TYPE_MISMATCH_ERR")]
public const short TypeMismatchErr = 17;
[<Android.Runtime.Register("TYPE_MISMATCH_ERR")>]
val mutable TypeMismatchErr : int16

Field Value

Value = 17
Attributes

Remarks

If the type of an object is incompatible with the expected type of the parameter associated to the object.

Added in DOM Level 3.

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