2 references to RegexParseException
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (1)
1848throw new RegexParseException(RegexParseError.UnrecognizedUnicodeProperty, currentPos,
System\Text\RegularExpressions\RegexParser.cs (1)
2112new RegexParseException(error, _pos, SR.Format(SR.MakeException, _pattern, _pos, message));