<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Text.RegularExpressions.RegexMatchTimeoutException

public string Input { get; }

public TimeSpan MatchTimeout { get; }

public string Pattern { get; }

public RegexMatchTimeoutException(string message)

public RegexMatchTimeoutException(string message, Exception inner)

public RegexMatchTimeoutException(string regexInput, string regexPattern, TimeSpan matchTimeout)