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