2 references to IllegalDefaultRegexMatchTimeoutInAppDomain
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Timeout.cs (2)
81
throw new InvalidCastException(SR.Format(SR.
IllegalDefaultRegexMatchTimeoutInAppDomain
, DefaultMatchTimeout_ConfigKeyName, defaultTimeout));
92
throw new ArgumentOutOfRangeException(SR.Format(SR.
IllegalDefaultRegexMatchTimeoutInAppDomain
, DefaultMatchTimeout_ConfigKeyName, defaultMatchTimeOut));