The properties of Java.Util.Regex.PatternSyntaxException are listed below. For a list of all members, see the PatternSyntaxException Members list.
See Also: Inherited members from Java.Lang.IllegalArgumentException
[read-only] | Description | string. Returns the description of the syntax error, or null if the description is not known. |
[read-only] | Index | int. Returns the character index around which the error occurred, or -1 if the index is not known. |
[read-only] | Pattern | string. Returns the syntactically incorrect regular expression. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |