2 references to RegexMatchTimeoutException
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (1)
364
void ThrowRegexTimeout() => throw new
RegexMatchTimeoutException
(runtext ?? string.Empty, runregex!.pattern!, TimeSpan.FromMilliseconds(_timeout));
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
346
void ThrowRegexTimeout() => throw new
RegexMatchTimeoutException
(string.Empty, string.Empty, TimeSpan.FromMilliseconds(_timeout));