4 references to RegexMatchTimeoutException_Occurred
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (4)
23: base(SR.RegexMatchTimeoutException_Occurred) 35public RegexMatchTimeoutException() : base(SR.RegexMatchTimeoutException_Occurred) { } 43public RegexMatchTimeoutException(string message) : base(message ?? SR.RegexMatchTimeoutException_Occurred) { } 52public RegexMatchTimeoutException(string message, Exception inner) : base(message ?? SR.RegexMatchTimeoutException_Occurred, inner) { }