DOMException.NotSupportedErr Field

Definition

If the implementation does not support the requested type of object or operation.

[Android.Runtime.Register("NOT_SUPPORTED_ERR")]
public const short NotSupportedErr = 9;
[<Android.Runtime.Register("NOT_SUPPORTED_ERR")>]
val mutable NotSupportedErr : int16

Field Value

Value = 9
Attributes

Remarks

If the implementation does not support the requested type of object or operation.

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