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