[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.