Java.Util.Regex.PatternSyntaxException Class
Encapsulates a syntax error that occurred during the compilation of a Java.Util.Regex.Pattern.

See Also: PatternSyntaxException Members

Syntax

[Android.Runtime.Register("java/util/regex/PatternSyntaxException", DoNotGenerateAcw=true)]
public class PatternSyntaxException : Java.Lang.IllegalArgumentException

Remarks

Encapsulates a syntax error that occurred during the compilation of a Java.Util.Regex.Pattern. Might include a detailed description, the original regular expression, and the index at which the error occurred.

See Also

[Android Documentation]

Requirements

Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1