2 instantiations of 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));
15 references to RegexParseException
System.Text.RegularExpressions (15)
System\Text\RegularExpressions\Regex.Count.cs (6)
64/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 75/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 87/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 97/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 109/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 122/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception>
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (3)
23/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 42/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 62/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception>
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (3)
32/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 59/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception> 87/// <exception cref="RegexParseException">A regular expression parsing error occurred.</exception>
System\Text\RegularExpressions\RegexParseError.cs (2)
7/// Specifies the detailed underlying reason why a <see cref="RegexParseException"/> is thrown when a 11/// This information is made available through <see cref="RegexParseException.Error"/>.
System\Text\RegularExpressions\RegexParser.cs (1)
2111private readonly RegexParseException MakeException(RegexParseError error, string message) =>