5 instantiations of RegexMatchTimeoutException
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (3)
161/// <see cref="RegexMatchTimeoutException(string, string, TimeSpan)"/> constructor. If this 182/// <see cref="RegexMatchTimeoutException(string, string, TimeSpan)"/> constructor. If the 193/// <see cref="RegexMatchTimeoutException(string, string, TimeSpan)"/> constructor. If the
System\Text\RegularExpressions\RegexRunner.cs (1)
367void ThrowRegexTimeout() => throw new RegexMatchTimeoutException(runtext ?? string.Empty, runregex!.pattern!, TimeSpan.FromMilliseconds(_timeout));
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
346void ThrowRegexTimeout() => throw new RegexMatchTimeoutException(string.Empty, string.Empty, TimeSpan.FromMilliseconds(_timeout));
68 references to RegexMatchTimeoutException
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverService.cs (1)
192catch (RegexMatchTimeoutException ex)
netstandard (1)
netstandard.cs (1)
2053[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
909[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))]
System.Text.RegularExpressions (65)
System\Text\RegularExpressions\Match.cs (1)
150/// Attempting to retrieve the next match may throw a <see cref="RegexMatchTimeoutException"/> if
System\Text\RegularExpressions\MatchCollection.cs (8)
98/// fully populated may throw a <see cref="RegexMatchTimeoutException" /> exception. This 103/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 133/// <see cref="RegexMatchTimeoutException" /> exception. This exception can be thrown if a 141/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 178/// <see cref="RegexMatchTimeoutException" /> exception. This exception can be thrown if a 183/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 249/// <see cref="RegexMatchTimeoutException" /> exception. This exception can be thrown if a 265/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception>
System\Text\RegularExpressions\Regex.Match.cs (25)
22/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 49/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 70/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 101/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 129/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 149/// <see cref="RegexMatchTimeoutException"/> exception. <paramref name="matchTimeout"/> overrides any 170/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 188/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 197/// The <see cref="RegexMatchTimeoutException"/> exception is thrown if the execution time of the matching 230/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 261/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 274/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 288/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 325/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 362/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 381/// <see cref="RegexMatchTimeoutException"/> exception. <paramref name="matchTimeout"/> overrides any 395/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 413/// The <see cref="RegexMatchTimeoutException"/> exception is thrown if the execution time of the matching 444/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 479/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 546/// throw a <see cref="RegexMatchTimeoutException"/> exception. However, the exception is thrown when an 591/// method does not throw a <see cref="RegexMatchTimeoutException"/> exception. However, the exception is 641/// <see cref="RegexMatchTimeoutException"/> exception. However, an exception is thrown when an operation 673/// <see cref="RegexMatchTimeoutException"/> exception. However, the exception is thrown when an operation 722/// a <see cref="RegexMatchTimeoutException"/> exception. However, the exception is thrown when an
System\Text\RegularExpressions\Regex.Replace.cs (12)
48/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 93/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 148/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 197/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 240/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 285/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 335/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 381/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 436/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 483/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 528/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 580/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception>
System\Text\RegularExpressions\Regex.Split.cs (6)
22/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 63/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 116/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 159/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 202/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception> 249/// <exception cref="RegexMatchTimeoutException">A time-out occurred.</exception>
System\Text\RegularExpressions\Regex.Timeout.cs (2)
71/// <see cref="RegexMatchTimeoutException"/> is thrown, or <see cref="InfiniteMatchTimeout"/> if 78/// The regular expression engine throws a <see cref="RegexMatchTimeoutException"/> exception during
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
80/// <see cref="RegexMatchTimeoutException"/> is thrown, or <see cref="Regex.InfiniteMatchTimeout"/> if time-outs are disabled.
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (9)
15/// The presence of a <see cref="RegexMatchTimeoutException"/> exception generally indicates one 42/// <see cref="MatchTimeout"/> property. When a <see cref="RegexMatchTimeoutException"/> exception is 55/// Initializes a new instance of the <see cref="RegexMatchTimeoutException"/> class with 67/// <see cref="RegexMatchTimeoutException"/> object. 78/// Initializes a new instance of the <see cref="RegexMatchTimeoutException"/> class with a 89/// Initializes a new instance of the <see cref="RegexMatchTimeoutException"/> class with the 101/// Initializes a new instance of the <see cref="RegexMatchTimeoutException"/> class with a 123/// Initializes a new instance of the <see cref="RegexMatchTimeoutException"/> class with 140/// <see cref="RegexMatchTimeoutException"/> object.
System\Text\RegularExpressions\RegexRunner.cs (1)
358/// <summary>Checks whether the operation has timed out, and throws <see cref="RegexMatchTimeoutException"/> if it has.</summary>