4 references to RegexMatchTimeoutException_Occurred
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (4)
70: base(SR.RegexMatchTimeoutException_Occurred) 86public RegexMatchTimeoutException() : base(SR.RegexMatchTimeoutException_Occurred) { } 98public RegexMatchTimeoutException(string message) : base(message ?? SR.RegexMatchTimeoutException_Occurred) { } 120public RegexMatchTimeoutException(string message, Exception inner) : base(message ?? SR.RegexMatchTimeoutException_Occurred, inner) { }