DOMException.SyntaxErr Field

Definition

If an invalid or illegal string is specified.

[Android.Runtime.Register("SYNTAX_ERR")]
public const short SyntaxErr = 12;
[<Android.Runtime.Register("SYNTAX_ERR")>]
val mutable SyntaxErr : int16

Field Value

Value = 12
Attributes

Remarks

If an invalid or illegal string is specified.

Added in DOM Level 2.

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