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