RegexMatchTimeoutException public class RegexMatchTimeoutException : TimeoutException Documentation public string Input { get; } public TimeSpan MatchTimeout { get; } public string Pattern { get; } public RegexMatchTimeoutException(string regexInput, string regexPattern, TimeSpan matchTimeout) public RegexMatchTimeoutException() public RegexMatchTimeoutException(string message) public RegexMatchTimeoutException(string message, Exception inner)